fixed phase to assure register constraints
[libfirm] / ir / be / benumb.c
index db88ac4..52eb1c2 100644 (file)
@@ -4,7 +4,13 @@
  * @date 8.12.2004
  */
 
-#include <stdlib.h>
+#ifdef HAVE_CONFIG_H
+# include "config.h"
+#endif
+
+#ifdef HAVE_STDLIB_H
+# include <stdlib.h>
+#endif
 
 #include "impl.h"