Since we already use a local json_bool type, replace any stdbool.h usage with

that, since not all environments actually have a stdbool.h to use.
This commit is contained in:
Eric Haszlakiewicz
2012-04-24 21:54:07 -05:00
parent 0f8c534502
commit 4e000a65e6
3 changed files with 3 additions and 6 deletions

View File

@@ -25,7 +25,6 @@
#include "json_object.h"
#include "json_object_private.h"
#include "json_util.h"
#include "json_tokener.h"
#if !HAVE_STRNDUP
char* strndup(const char* str, size_t n);