Explorar o código

cJSON.h: add stddef.h because of size_t

Max Bruckner %!s(int64=8) %!d(string=hai) anos
pai
achega
46ff20c8b0
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      cJSON.h

+ 2 - 0
cJSON.h

@@ -28,6 +28,8 @@ extern "C"
 {
 #endif
 
+#include <stddef.h>
+
 /* cJSON Types: */
 #define cJSON_False  (1 << 0)
 #define cJSON_True   (1 << 1)