summaryrefslogtreecommitdiffstats
path: root/zix/chunk.h
diff options
context:
space:
mode:
Diffstat (limited to 'zix/chunk.h')
-rw-r--r--zix/chunk.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/zix/chunk.h b/zix/chunk.h
index 6efa766..162df41 100644
--- a/zix/chunk.h
+++ b/zix/chunk.h
@@ -17,11 +17,12 @@
#ifndef ZIX_CHUNK_H
#define ZIX_CHUNK_H
+#include "zix/common.h"
+
+#include <stdbool.h>
#include <stddef.h>
#include <stdint.h>
-#include "zix/common.h"
-
#ifdef __cplusplus
extern "C" {
#endif