]> git.ipfire.org Git - thirdparty/json-c.git/commitdiff
Include stddef.h in json_object.h 233/head
authorMatthias Schiffer <mschiffer@universe-factory.net>
Sun, 29 May 2016 03:19:50 +0000 (05:19 +0200)
committerMatthias Schiffer <mschiffer@universe-factory.net>
Sun, 29 May 2016 03:19:50 +0000 (05:19 +0200)
It is needed for size_t.

json_object.h

index d8090f860b95f0b126650ed14e74c49b997dcc81..43d4564a48eedab27f4203ddccb9f82fa97d2fe0 100644 (file)
@@ -21,6 +21,7 @@
 #define THIS_FUNCTION_IS_DEPRECATED(func) func
 #endif
 
+#include <stddef.h>
 #include "json_inttypes.h"
 
 #ifdef __cplusplus