Fixed compilation error if only compile "cjson.c"

This commit is contained in:
duyaokun 2014-09-06 20:18:41 +08:00
parent cd054e92f4
commit c7df218ad7

View File

@ -30,6 +30,7 @@
#include <float.h>
#include <limits.h>
#include <ctype.h>
#include <stdint.h>
#include <sys/types.h>
#include "cjson.h"