summaryrefslogtreecommitdiffstats
path: root/zix/sorted_array.h
diff options
context:
space:
mode:
Diffstat (limited to 'zix/sorted_array.h')
-rw-r--r--zix/sorted_array.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/zix/sorted_array.h b/zix/sorted_array.h
index c10c2b6..3e94ca5 100644
--- a/zix/sorted_array.h
+++ b/zix/sorted_array.h
@@ -19,6 +19,9 @@
#include "zix/common.h"
+#include <stdbool.h>
+#include <stddef.h>
+
#ifdef __cplusplus
extern "C" {
#endif