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.61 retrieving revision 1.62 diff -u -p -r1.61 -r1.62 --- src/sys/netinet/ip_input.c 1998/04/29 03:45:52 1.61 +++ src/sys/netinet/ip_input.c 1998/04/29 20:45:30 1.62 @@ -1,4 +1,4 @@ -/* $NetBSD: ip_input.c,v 1.61 1998/04/29 03:45:52 kml Exp $ */ +/* $NetBSD: ip_input.c,v 1.62 1998/04/29 20:45:30 matt Exp $ */ /*- * Copyright (c) 1998 The NetBSD Foundation, Inc. @@ -72,6 +72,7 @@ * @(#)ip_input.c 8.2 (Berkeley) 1/4/94 */ +#include "opt_gateway.h" #include "opt_mrouting.h" #include