1
0
Эх сурвалжийг харах

stdio_ext.h needs to include stdio.h, at least to get FILE...

Rich Felker 12 жил өмнө
parent
commit
d03b3e7323
1 өөрчлөгдсөн 2 нэмэгдсэн , 0 устгасан
  1. 2 0
      include/stdio_ext.h

+ 2 - 0
include/stdio_ext.h

@@ -5,6 +5,8 @@
 extern "C" {
 #endif
 
+#include <stdio.h>
+
 #define FSETLOCKING_QUERY 0
 #define FSETLOCKING_INTERNAL 1
 #define FSETLOCKING_BYCALLER 2