summaryrefslogtreecommitdiff
path: root/json_tokener.h
diff options
context:
space:
mode:
authorMichael Clark <michael@metaparadigm.com>2008-01-26 01:10:47 +0000
committerMichael Clark <michael@metaparadigm.com>2008-01-26 01:10:47 +0000
commita3272546b13225d4102130dc70799cfb40eee076 (patch)
treea2a2ec02e476c1cb8b1fea90147a2ab882e0c0f6 /json_tokener.h
parent14862b1ef32f285ef040f10c9319973b0285e8f7 (diff)
fix to allow compile with -Werror
-- Geoffrey Young, geoff at modperlcookbook dot org git-svn-id: http://svn.metaparadigm.com/svn/json-c/trunk@21 327403b1-1117-474d-bef2-5cb71233fd97
Diffstat (limited to 'json_tokener.h')
-rw-r--r--json_tokener.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/json_tokener.h b/json_tokener.h
index 350b1c1..117d6ef 100644
--- a/json_tokener.h
+++ b/json_tokener.h
@@ -12,6 +12,7 @@
#ifndef _json_tokener_h_
#define _json_tokener_h_
+#include <stddef.h>
#include "json_object.h"
enum json_tokener_error {