fixed a bunch of warnings
[libfirm] / ir / be / test / fehler26.c
index 9541b89..03bb2b5 100644 (file)
@@ -1,3 +1,6 @@
+#include <assert.h>
+#include <stdio.h>
+
 #define SF_SMOKE_EFFECTS_TEMP_FILE_EXISTS       0x00100000    //Temp File starts with sm_
 #define SF_LIGHTING_EFFECTS_TEMP_FILE_EXISTS    0x00200000    //Temp File starts with l_
 
@@ -65,3 +68,8 @@ void f(unsigned int uiType)
                        break;
        }
 }
+
+int main()
+{
+       return 0;
+}