Make sure we include <inttypes.h> if we have it. From Rumko.

This commit is contained in:
agc 2011-02-09 00:59:23 +00:00
parent 15ee4c2816
commit ff0d414d6f
1 changed files with 4 additions and 0 deletions

View File

@ -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