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