Sfoglia il codice sorgente

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

valenok 14 anni fa
parent
commit
be6162ff2e
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  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