--- gvpe/src/connection.C 2003/10/04 13:20:07 1.18 +++ gvpe/src/connection.C 2003/10/14 03:22:09 1.19 @@ -37,6 +37,23 @@ #include "vpn.h" #include "connection.h" +#include +#ifdef HAVE_NETINET_IN_H +# include +#endif +#include +#include +#ifdef HAVE_NETINET_IN_SYSTM_H +# include +#endif +#ifdef HAVE_NETINET_IP_H +# include +#endif + +#ifndef IPTOS_TOS_MASK +# define IPTOS_TOS_MASK (IPTOS_LOWDELAY | IPTOS_THROUGHPUT | IPTOS_RELIABILITY | IPTOS_MINCOST) +#endif + #if !HAVE_RAND_PSEUDO_BYTES # define RAND_pseudo_bytes RAND_bytes #endif