replaced malloc.h by stdlib.h for better portability
authorBoris Boesler <boesler@ipd.info.uni-karlsruhe.de>
Mon, 5 May 2003 20:05:57 +0000 (20:05 +0000)
committerBoris Boesler <boesler@ipd.info.uni-karlsruhe.de>
Mon, 5 May 2003 20:05:57 +0000 (20:05 +0000)
[r1139]

ir/ir/irmode.c

index 51ebafe..0225b0a 100644 (file)
@@ -13,7 +13,7 @@
 
 # include "irmode_t.h"
 # include "ident.h"
-# include <malloc.h>
+# include <stdlib.h>
 # include <stddef.h>
 # include <string.h>
 # include "tv.h"