removed C99 constructs
[libfirm] / ir / ana / irscc.c
index add01c3..c15c722 100644 (file)
 #include "config.h"
 #endif
 
+#ifdef HAVE_STRING_H
 #include <string.h>
+#endif
+
+#include <stdlib.h>
 
 #include "irloop_t.h"