added missing stdio.h include
[libfirm] / 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 */