summaryrefslogtreecommitdiffstats
path: root/include/common.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/common.h')
-rw-r--r--include/common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/common.h b/include/common.h
index d64f0d6a60..b81eb5b3d0 100644
--- a/include/common.h
+++ b/include/common.h
@@ -25,6 +25,7 @@
#define __COMMON_H_ 1
#include <stdio.h>
+#include <compiler.h>
#undef _LINUX_CONFIG_H
#define _LINUX_CONFIG_H 1 /* avoid reading Linux autoconf.h file */
@@ -46,7 +47,6 @@ typedef unsigned long IPaddr_t;
#endif
#include <part.h>
-//#include <image.h>
#ifdef DEBUG
#define debug(fmt,args...) printf (fmt ,##args)