Make sure we include <inttypes.h> if we have it. From Rumko.
This commit is contained in:
parent
15ee4c2816
commit
ff0d414d6f
|
@ -58,6 +58,10 @@
|
|||
#include <netinet/tcp.h>
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_INTTYPES_H
|
||||
#include <inttypes.h>
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_SIGNAL_H
|
||||
#include <signal.h>
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue