Wrap stdint.h in ifdef HAVE_STDINT_H.

This commit is contained in:
Darren Tucker 2020-07-04 23:11:23 +10:00
parent aa6fa4bf30
commit 73f20f195a

View File

@ -12,7 +12,9 @@
#include <sys/stat.h>
#include <fcntl.h>
#include <stdio.h>
#ifdef HAVE_STDINT_H
#include <stdint.h>
#endif
#include <stdlib.h>
#include <string.h>
#include <unistd.h>