Use HAVE_STDINT_H to prevent a recurrence of #175.
Этот коммит содержится в:
родитель
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"
|
||||
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user