diff options
Diffstat (limited to 'sord')
-rw-r--r-- | sord/sord.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sord/sord.h b/sord/sord.h index b0f3017..e6f5bd8 100644 --- a/sord/sord.h +++ b/sord/sord.h @@ -21,7 +21,6 @@ #ifndef SORD_SORD_H #define SORD_SORD_H -#include <stdbool.h> #include <stddef.h> #include <stdint.h> #include <stdio.h> @@ -47,6 +46,8 @@ #ifdef __cplusplus extern "C" { +#else +# include <stdbool.h> #endif /** |