jD91mZM2 преди 4 години
родител
ревизия
e17c6049c6
променени са 1 файла, в които са добавени 4 реда и са изтрити 0 реда
  1. 4 0
      include/bits/stdio.h

+ 4 - 0
include/bits/stdio.h

@@ -6,6 +6,10 @@
 
 
 typedef struct FILE FILE;
 typedef struct FILE FILE;
 
 
+// A typedef doesn't suffice, because libgmp uses this definition to check if
+// STDIO was loaded.
+#define FILE FILE
+
 #ifdef __cplusplus
 #ifdef __cplusplus
 extern "C" {
 extern "C" {
 #endif
 #endif