Include ctype.h for tolower()

git-svn-id: http://svn.code.sf.net/p/cjson/code@28 e3330c51-1366-4df0-8b21-3ccf24e3d50e
This commit is contained in:
Dave Gamble 2010-01-07 23:07:58 +00:00
parent ee4ce32ea8
commit d9840479f5
1 changed files with 1 additions and 0 deletions

View File

@ -29,6 +29,7 @@
#include <stdlib.h>
#include <float.h>
#include <limits.h>
#include <ctype.h>
#include "cJSON.h"
static int cJSON_strcasecmp(const char *s1,const char *s2)