Explorar el Código

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

valenok hace 14 años
padre
commit
be6162ff2e
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  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