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

ir/ir/irop.h

index 861dd32..fb69b95 100644 (file)
@@ -25,6 +25,8 @@
 #define _IROP_H_
 
 #include "firm_types.h"
+
+#include <stdio.h>
 #include "ident.h"
 
 /** The allowed parities */