Wrap stdint.h include in ifdef.

This commit is contained in:
Darren Tucker 2016-10-24 09:06:18 +11:00
parent 08d9e9516e
commit 09e6a7d835

View File

@ -10,7 +10,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>