added include
authorMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Tue, 21 Dec 2004 17:09:00 +0000 (17:09 +0000)
committerMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Tue, 21 Dec 2004 17:09:00 +0000 (17:09 +0000)
[r4707]

ir/st/st.c

index c589c5f..e0edbc9 100644 (file)
@@ -28,6 +28,9 @@
 #ifdef HAVE_STDLIB_H
 # include <stdlib.h>
 #endif
 #ifdef HAVE_STDLIB_H
 # include <stdlib.h>
 #endif
+#ifdef HAVE_MALLOC_H
+# include <malloc.h>
+#endif
 
 # include "st.h"
 # include "irgwalk.h"
 
 # include "st.h"
 # include "irgwalk.h"