add missing include (although not needed, but API used)
authorMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Sat, 7 Jun 2008 17:55:13 +0000 (17:55 +0000)
committerMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Sat, 7 Jun 2008 17:55:13 +0000 (17:55 +0000)
[r20022]

ir/lower/lower_calls.c

index 02b572a..b8d0de4 100644 (file)
@@ -36,6 +36,7 @@
 #include "ircons.h"
 #include "irgmod.h"
 #include "irgwalk.h"
+#include "irmemory.h"
 #include "irtools.h"
 #include "iroptimize.h"
 #include "array.h"