diff --git a/etherent.c b/etherent.c index b3cf4da..d9de114 100644 --- a/etherent.c +++ b/etherent.c @@ -28,7 +28,19 @@ static const char rcsid[] _U_ = #include "config.h" #endif +#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 */ #include #include