--- gvpe/src/netcompat.h 2003/10/16 23:03:23 1.5 +++ gvpe/src/netcompat.h 2003/10/17 01:33:37 1.6 @@ -61,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