aboutsummaryrefslogtreecommitdiffstats
path: root/json_config.h.in
Commit message (Collapse)AuthorAgeFilesLines
* Include json_inttypes.h in json_object.h since we use types like int32_t in ↵Eric Haszlakiewicz2012-02-151-0/+3
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.