simplify fehler35
[libfirm] / ir / be / test / bitfield.c
index 5703c68..d92d0ca 100644 (file)
@@ -1,3 +1,5 @@
+#include <stdio.h>
+
 struct a {
        unsigned int i:1;
 };