fixed const mismatch
[libfirm] / ir / st / st.c
index 3b3e84c..e51d5a7 100644 (file)
 #include "config.h"
 #endif
 
-# include <stdio.h>
+#include <assert.h>
 
+#ifdef HAVE_STDIO_H
+# include <stdio.h>
+#endif
 #ifdef HAVE_STDLIB_H
 # include <stdlib.h>
 #endif
 #ifdef HAVE_MALLOC_H
 # include <malloc.h>
 #endif
+#ifdef HAVE_ALLOCA_H
+# include <alloca.h>
+#endif
 
 # include "st.h"
 # include "irgwalk.h"