summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--common.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/common.h b/common.h
index 14fdfe9..55b7b1e 100644
--- a/common.h
+++ b/common.h
@@ -17,6 +17,10 @@
#ifndef COMMON_H
#define COMMON_H
+#include <stdarg.h>
+#include <stdbool.h>
+#include <stdint.h>
+
#ifndef PREFIX
#define PREFIX ""
#endif
OpenPOWER on IntegriCloud