From 5fea511ccec500f575898df33e9934dec075527c Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Mon, 29 Oct 2018 11:51:41 -0700 Subject: Fix some more headers for C++ --- common/bool.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common/bool.h') diff --git a/common/bool.h b/common/bool.h index dbb28e15..eb1d9174 100644 --- a/common/bool.h +++ b/common/bool.h @@ -5,7 +5,7 @@ #include #endif -#if !defined(__cplusplus) && !defined(bool) +#if !defined(bool) && !defined(__cplusplus) #ifdef HAVE_C99_BOOL #define bool _Bool #else -- cgit v1.2.3