mirror of
https://github.com/json-c/json-c.git
synced 2026-03-13 18:19:06 +08:00
Include json_inttypes.h in json_object.h since we use types like int32_t in the API and some systems need that header to compile.
As part of this create a public json_config.h with a custom define to decide whether to include inttypes.h to avoid conflicting with other projects config.h header.
This commit is contained in:
3
json_config.h.in
Normal file
3
json_config.h.in
Normal file
@@ -0,0 +1,3 @@
|
||||
|
||||
/* Define to 1 if you have the <inttypes.h> header file. */
|
||||
#undef JSON_C_HAVE_INTTYPES_H
|
||||
Reference in New Issue
Block a user