libpayload: Move stdin/stdout/stderr away from headers
[coreboot.git] / payloads / libpayload / include / curses.h
index 6c9307a5986cb94fd489550b2e70883b53e02db1..1859f022cb1f597ea93561c910d3e5c23e6f05df 100644 (file)
@@ -148,11 +148,7 @@ typedef unsigned long chtype;
 typedef unsigned long mmask_t;
 #endif
 
-//// #include <stdio.h>
-struct _IO_FILE {
-       // FIXME
-};
-typedef struct _IO_FILE FILE;
+#include <stdio.h>
 //// #include <ncursesw/unctrl.h>
 #include <stdarg.h>    /* we need va_list */
 //// #define va_list int       // FIXME