summaryrefslogtreecommitdiff
path: root/src/common.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/common.h')
-rw-r--r--src/common.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/common.h b/src/common.h
index 974e03f..87fa887 100644
--- a/src/common.h
+++ b/src/common.h
@@ -8,6 +8,9 @@
#include <stdbool.h>
#include <stdlib.h>
+#include "compiler.h"
+#include "macros.h"
+
#ifdef DEBUG
# include <assert.h>
#else