mirror of
https://github.com/json-c/json-c.git
synced 2026-03-25 07:59:07 +08:00
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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user