فهرست منبع

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

valenok 14 سال پیش
والد
کامیت
be6162ff2e
1فایلهای تغییر یافته به همراه2 افزوده شده و 0 حذف شده
  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