diff options
Diffstat (limited to 'zix/common.h')
-rw-r--r-- | zix/common.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/zix/common.h b/zix/common.h index e427885..3271858 100644 --- a/zix/common.h +++ b/zix/common.h @@ -17,6 +17,8 @@ #ifndef ZIX_COMMON_H #define ZIX_COMMON_H +#include <stdbool.h> + /** @addtogroup zix @{ @@ -48,8 +50,6 @@ #ifdef __cplusplus extern "C" { -#else -# include <stdbool.h> #endif #ifdef __GNUC__ |