added missing include
authorChristian Würdig <chriswue@ipd.info.uni-karlsruhe.de>
Wed, 26 Oct 2005 13:51:03 +0000 (13:51 +0000)
committerChristian Würdig <chriswue@ipd.info.uni-karlsruhe.de>
Wed, 26 Oct 2005 13:51:03 +0000 (13:51 +0000)
ir/be/beifg.c

index 895de12..6df8925 100644 (file)
@@ -4,6 +4,7 @@
  * source file and header by Kimon Hoffmann.
  * @author Sebastian Hack
  * @date 27.06.2005
+ * $Id$
  */
 #ifdef HAVE_CONFIG_H
 #include "config.h"
@@ -16,6 +17,7 @@
 #include <alloca.h>
 #endif
 
+#include <stdlib.h>
 #include "debug.h"
 
 #include "beifg_t.h"