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/netinet/ip_input.c,v retrieving revision 1.90 retrieving revision 1.91 diff -u -p -r1.90 -r1.91 --- src/sys/netinet/ip_input.c 1999/07/06 12:23:20 1.90 +++ src/sys/netinet/ip_input.c 1999/07/09 22:57:18 1.91 @@ -1,4 +1,4 @@ -/* $NetBSD: ip_input.c,v 1.90 1999/07/06 12:23:20 itojun Exp $ */ +/* $NetBSD: ip_input.c,v 1.91 1999/07/09 22:57:18 thorpej Exp $ */ /* * Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project. @@ -103,6 +103,7 @@ #include "opt_gateway.h" #include "opt_pfil_hooks.h" +#include "opt_ipsec.h" #include "opt_mrouting.h" #include