mirror of
https://github.com/akheron/jansson.git
synced 2025-04-06 14:05:03 +00:00
Use config.h only if it exists
This makes it easier to compile without the configure script (e.g. on Windows).
This commit is contained in:
parent
976fc2279f
commit
a112563214
1 changed files with 2 additions and 0 deletions
|
@ -8,7 +8,9 @@
|
|||
#ifndef UTF_H
|
||||
#define UTF_H
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include <config.h>
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_INTTYPES_H
|
||||
/* inttypes.h includes stdint.h in a standard environment, so there's
|
||||
|
|
Loading…
Add table
Reference in a new issue