added some new get attr functions
[libfirm] / ir / be / beifg.c
index d1fb515..6df8925 100644 (file)
@@ -4,9 +4,20 @@
  * source file and header by Kimon Hoffmann.
  * @author Sebastian Hack
  * @date 27.06.2005
+ * $Id$
  */
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
 
+#ifdef HAVE_MALLOC_H
 #include <malloc.h>
+#endif
+#ifdef HAVE_ALLOCA_H
+#include <alloca.h>
+#endif
+
+#include <stdlib.h>
 #include "debug.h"
 
 #include "beifg_t.h"