Browse Source

Added <stddef.h>, since size_t is used in the API

valenok 14 năm trước cách đây
mục cha
commit
be6162ff2e
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  1. 2 0
      mongoose.h

+ 2 - 0
mongoose.h

@@ -21,6 +21,8 @@
 #ifndef MONGOOSE_HEADER_INCLUDED
 #define  MONGOOSE_HEADER_INCLUDED
 
+#include <stddef.h>
+
 #ifdef __cplusplus
 extern "C" {
 #endif // __cplusplus