2004-01-06 Vangelis Rokas <vrokas@otenet.gr>
[fw/sdcc] / src / common.h
index d12867b26de3a16a8a4ca61f75d61899d9c1fd7e..b39f380f1bde40cab5ee81285624050e461ab505 100644 (file)
@@ -4,6 +4,10 @@
 #include <string.h>
 #include <assert.h>
 
+
+#ifndef COMMON_H
+#define COMMON_H
+
 #if defined(__APPLE__) && (__MACH__)
 #ifdef _G
 #undef _G
@@ -36,3 +40,5 @@
 #include "port.h"
 
 #include "newalloc.h"
+
+#endif