--- defines.h.orig 2005-03-30 21:56:58.000000000 +0200 +++ defines.h 2011-05-12 02:51:55.000000000 +0200 @@ -13,6 +13,9 @@ #ifdef HAVE_STRINGS_H #include #endif +#ifdef HAVE_STRING_H +#include +#endif #ifdef HAVE_ERRNO_H #include #endif @@ -59,12 +62,12 @@ #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 #endif