added missing stdio.h include (for debugging with old DD macros only)
authorMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Mon, 5 Dec 2005 12:24:50 +0000 (12:24 +0000)
committerMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Mon, 5 Dec 2005 12:24:50 +0000 (12:24 +0000)
[r7042]

ir/ir/irnode.h

index 8bea175..91f67e2 100644 (file)
@@ -1084,6 +1084,7 @@ void *get_irn_generic_attr(ir_node *node);
 void    dump_irn(ir_node *n);
 
 #include "ident.h"
+#include <stdio.h>
 
 #ifdef __GNUC__
 /* GNU C has the __FUNCTION__ extension */