summaryrefslogtreecommitdiffstats
path: root/zix/bitset.h
diff options
context:
space:
mode:
Diffstat (limited to 'zix/bitset.h')
-rw-r--r--zix/bitset.h5
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
@{