Browse Source

#include <stdio.h> in mongoose.h, since FILE is used

Sergey Lyubka 13 năm trước cách đây
mục cha
commit
4d0a2db658
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      mongoose.h

+ 1 - 0
mongoose.h

@@ -21,6 +21,7 @@
 #ifndef MONGOOSE_HEADER_INCLUDED
 #define  MONGOOSE_HEADER_INCLUDED
 
+#include <stdio.h>
 #include <stddef.h>
 
 #ifdef __cplusplus