summaryrefslogtreecommitdiff
path: root/src/common.h
diff options
context:
space:
mode:
authorJoel Klinghed <the_jk@opera.com>2015-07-13 13:04:24 +0200
committerJoel Klinghed <the_jk@opera.com>2015-07-13 13:04:24 +0200
commit1d8af5a018282dc6a93b9ed7c87d9d2f87287b14 (patch)
treec47c19f7c27fd1774d1455b088eb207c611d30ed /src/common.h
parent59709e4cb30f2ff8666522d5b758731ab618adbc (diff)
Copy the dependencies from sawmill project
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