Wrap stdint.h include in #ifdef.

This commit is contained in:
Darren Tucker 2017-06-09 13:36:29 +10:00
Родитель 1de5e47a85
Коммит e0f609c8a2
1 изменённых файлов: 2 добавлений и 0 удалений

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

@ -22,7 +22,9 @@
#include <errno.h>
#include <stdlib.h>
#ifdef HAVE_STDINT_H
#include <stdint.h>
#endif
#include <string.h>
#include <unistd.h>