X-Git-Url: https://tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=src%2Fnet.h;h=28dd4eaf676fb274c9a3672ab952b0a7fec6e4f6;hp=43371adb756ec79d84560e53a4b0af2b284a25d0;hb=b0a4f7b5551cae6fb5af2eb4bcb0dfb3443f7d89;hpb=e449d94caef963809d417f16497f6f978e10d731;ds=sidebyside diff --git a/src/net.h b/src/net.h index 43371adb..28dd4eaf 100644 --- a/src/net.h +++ b/src/net.h @@ -17,7 +17,7 @@ along with this program; if not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. - $Id: net.h,v 1.9.4.64 2003/07/17 15:06:26 guus Exp $ + $Id: net.h,v 1.9.4.65 2003/07/18 12:16:24 guus Exp $ */ #ifndef __TINC_NET_H__ @@ -25,6 +25,8 @@ #include +#include "ipv6.h" + #ifdef ENABLE_JUMBOGRAMS #define MTU 9014 /* 9000 bytes payload + 14 bytes ethernet header */ #else