Wrap stdint.h include in #ifdef.
This commit is contained in:
parent
1de5e47a85
commit
e0f609c8a2
|
@ -22,7 +22,9 @@
|
|||
|
||||
#include <errno.h>
|
||||
#include <stdlib.h>
|
||||
#ifdef HAVE_STDINT_H
|
||||
#include <stdint.h>
|
||||
#endif
|
||||
#include <string.h>
|
||||
#include <unistd.h>
|
||||
|
||||
|
|
Loading…
Reference in New Issue