diff options
Diffstat (limited to 'zix/bitset.h')
-rw-r--r-- | zix/bitset.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/zix/bitset.h b/zix/bitset.h index 31be3c5..0e31063 100644 --- a/zix/bitset.h +++ b/zix/bitset.h @@ -17,12 +17,13 @@ #ifndef ZIX_BITSET_H #define ZIX_BITSET_H +#include "zix/common.h" + #include <limits.h> +#include <stdbool.h> #include <stddef.h> #include <stdint.h> -#include "zix/common.h" - /** @addtogroup zix @{ |