1
1

Use HAVE_STDINT_H to prevent a recurrence of #175.

Этот коммит содержится в:
Bruce A. Mah 2014-09-19 11:10:56 -07:00
родитель d0d17267a7
Коммит 236dcb0b2a

Просмотреть файл

@ -30,7 +30,9 @@
#include <float.h>
#include <limits.h>
#include <ctype.h>
#include <stdint.h>
#ifdef HAVE_STDINT_H
#include <stdint.h>
#endif
#include <sys/types.h>
#include "cjson.h"