瀏覽代碼

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

Sergey Lyubka 13 年之前
父節點
當前提交
4d0a2db658
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      mongoose.h

+ 1 - 0
mongoose.h

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