added missing stdio.h
authorMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Mon, 5 Dec 2005 12:27:28 +0000 (12:27 +0000)
committerMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Mon, 5 Dec 2005 12:27:28 +0000 (12:27 +0000)
[r7045]

ir/tr/mangle.c

index 04c6563..8f28360 100644 (file)
 # include "config.h"
 #endif
 
+#ifdef HAVE_STDIO_H
+# include <stdio.h>
+#endif
+
 #include "mangle.h"
 #include "obst.h"