Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/sys/netinet6/ip6_input.c,v retrieving revision 1.3 retrieving revision 1.4 diff -u -p -r1.3 -r1.4 --- src/sys/netinet6/ip6_input.c 1999/07/03 21:30:18 1.3 +++ src/sys/netinet6/ip6_input.c 1999/07/09 22:57:27 1.4 @@ -1,4 +1,4 @@ -/* $NetBSD: ip6_input.c,v 1.3 1999/07/03 21:30:18 thorpej Exp $ */ +/* $NetBSD: ip6_input.c,v 1.4 1999/07/09 22:57:27 thorpej Exp $ */ /* * Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project. @@ -69,6 +69,7 @@ #endif #if (defined(__FreeBSD__) && __FreeBSD__ >= 3) || defined(__NetBSD__) #include "opt_inet.h" +#include "opt_ipsec.h" #endif #include