stdio_ext.h needs to include stdio.h, at least to get FILE...
authorRich Felker <dalias@aerifal.cx>
Fri, 24 Aug 2012 20:16:30 +0000 (16:16 -0400)
committerRich Felker <dalias@aerifal.cx>
Fri, 24 Aug 2012 20:16:30 +0000 (16:16 -0400)
include/stdio_ext.h

index d979bdc..e3ab7fd 100644 (file)
@@ -5,6 +5,8 @@
 extern "C" {
 #endif
 
+#include <stdio.h>
+
 #define FSETLOCKING_QUERY 0
 #define FSETLOCKING_INTERNAL 1
 #define FSETLOCKING_BYCALLER 2