diff --git a/pcap.c b/pcap.c index b0cf5f0..8c5959f 100644 --- a/pcap.c +++ b/pcap.c @@ -43,6 +43,14 @@ static const char rcsid[] _U_ = #ifdef WIN32 #include #else /* WIN32 */ +#if HAVE_INTTYPES_H +#include +#elif HAVE_STDINT_H +#include +#endif +#ifdef HAVE_SYS_BITYPES_H +#include +#endif #include #endif /* WIN32 */