Wrap stdint.h in #ifdef HAVE_STDINT_H

This commit is contained in:
Darren Tucker 2017-03-16 13:45:17 +11:00
parent 55a1117d73
commit b55f634e96

View File

@ -8,7 +8,9 @@
#include <sys/types.h>
#include <sys/param.h>
#include <stdio.h>
#ifdef HAVE_STDINT_H
#include <stdint.h>
#endif
#include <stdlib.h>
#include <string.h>