commit | b21b1378053285b3204857e87879fb3dc0197f8d | [log] [tgz] |
---|---|---|
author | Eric Haszlakiewicz <erh+git@nimenees.com> | Wed Feb 15 20:44:54 2012 -0600 |
committer | Eric Haszlakiewicz <erh+git@nimenees.com> | Wed Feb 15 20:47:11 2012 -0600 |
tree | e3ce5c1a2b3fd849e361600ef11764595df4f9d5 | |
parent | 15db9372f33c4a62a7a3b5f5ca1986e37ccb4bb9 [diff] |
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.