소스 검색

#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
 #define  MONGOOSE_HEADER_INCLUDED
 
+#include <stdio.h>
 #include <stddef.h>
 
 #ifdef __cplusplus