Changes to build cleanly
[fw/sdcc] / src / SDCCset.c
index 049a3e3834f1254e56c096bf7dd85db56e50a00d..a4844a3779502a8fb4052da908fb5ec0c27cbb3c 100644 (file)
@@ -22,7 +22,9 @@
     what you give them.   Help stamp out software-hoarding!  
 -------------------------------------------------------------------------*/
 
-#include "common.h"
+#include <stdio.h>
+#include <assert.h>
+#include "SDCCset.h"
 
 /*-----------------------------------------------------------------*/
 /* newSet - will allocate & return a new set entry             */