--- gvpe/src/netcompat.h 2003/10/16 13:37:52 1.4 +++ gvpe/src/netcompat.h 2003/10/17 01:33:37 1.6 @@ -20,8 +20,7 @@ #ifndef VPE_NETCOMPAT_H #define VPE_NETCOMPAT_H -#include "config.h" - +#include #include #ifdef HAVE_NETINET_IN_H # include @@ -62,6 +61,10 @@ # define IPPROTO_GRE 47 #endif +#ifndef ICMP_ECHOREPLY +# define ICMP_ECHOREPLY 0 +#endif + #ifndef HAVE_SOCKLEN_T typedef int socklen_t; #endif