Browse Source

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

valenok 14 years ago
parent
commit
be6162ff2e
1 changed files with 2 additions and 0 deletions
  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