浏览代码

Include ctype.h for tolower()

git-svn-id: http://svn.code.sf.net/p/cjson/code@28 e3330c51-1366-4df0-8b21-3ccf24e3d50e
Dave Gamble 15 年之前
父节点
当前提交
d9840479f5
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      cJSON.c

+ 1 - 0
cJSON.c

@@ -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)