From cad9bda1e4d622efdbc56044bf5f295e59fb35dd Mon Sep 17 00:00:00 2001 From: Krzysztof Gabis Date: Tue, 16 Oct 2012 22:32:24 +0200 Subject: [PATCH] Included stddef.h in parson.c --- parson.c | 1 + 1 file changed, 1 insertion(+) diff --git a/parson.c b/parson.c index e485039..943b898 100644 --- a/parson.c +++ b/parson.c @@ -23,6 +23,7 @@ #include #include #include +#include #include "parson.h" #define STARTING_CAPACITY 10