--- defines.h.orig 2005-03-30 19:56:58 UTC +++ defines.h @@ -13,6 +13,9 @@ #ifdef HAVE_STRINGS_H #include #endif +#ifdef HAVE_STRING_H +#include +#endif #ifdef HAVE_ERRNO_H #include #endif @@ -59,11 +62,11 @@ #ifdef HAVE_NET_ROUTE_H #include #endif -#ifdef HAVE_PCAP_H -#include -#endif #ifdef HAVE_NET_BPF_H #include +#endif +#ifdef HAVE_PCAP_H +#include #endif #ifdef HAVE_NET_ETHERNET_H #include