--- gvpe/src/netcompat.h 2003/10/16 02:41:21 1.3 +++ gvpe/src/netcompat.h 2003/10/16 23:03:23 1.5 @@ -20,8 +20,7 @@ #ifndef VPE_NETCOMPAT_H #define VPE_NETCOMPAT_H -#include "config.h" - +#include #include #ifdef HAVE_NETINET_IN_H # include @@ -37,8 +36,8 @@ # include #endif -#ifndef IPTOS_LOWCOST -# define IPTOS_LOWCOST 0x02 +#ifndef IPTOS_MINCOST +# define IPTOS_MINCOST 0x02 #endif #ifndef IPTOS_RELIABILITY # define IPTOS_RELIABILITY 0x04