Wrap stdint.h inside ifdef.
This commit is contained in:
parent
ef798bad38
commit
17781aaa51
|
@ -9,7 +9,9 @@
|
|||
|
||||
#include <sys/types.h>
|
||||
#include <stdio.h>
|
||||
#include <stdint.h>
|
||||
#ifdef HAVE_STDINT_H
|
||||
# include <stdint.h>
|
||||
#endif
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <poll.h>
|
||||
|
|
Loading…
Reference in New Issue