added missing include
authorMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Tue, 14 Jun 2005 14:14:53 +0000 (14:14 +0000)
committerMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Tue, 14 Jun 2005 14:14:53 +0000 (14:14 +0000)
ir/be/becopyopt.c

index 5410fe6..5579405 100644 (file)
@@ -10,6 +10,9 @@
 #ifdef HAVE_ALLOCA_H
 #include <alloca.h>
 #endif
+#ifdef HAVE_MALLOC_H
+#include <malloc.h>
+#endif
 
 #include "irprog.h"