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/udp_usrreq.c,v retrieving revision 1.120 retrieving revision 1.121 diff -u -p -r1.120 -r1.121 --- src/sys/netinet/udp_usrreq.c 2004/05/01 02:20:43 1.120 +++ src/sys/netinet/udp_usrreq.c 2004/05/07 00:55:15 1.121 @@ -1,4 +1,4 @@ -/* $NetBSD: udp_usrreq.c,v 1.120 2004/05/01 02:20:43 matt Exp $ */ +/* $NetBSD: udp_usrreq.c,v 1.121 2004/05/07 00:55:15 jonathan Exp $ */ /* * Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project. @@ -61,7 +61,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: udp_usrreq.c,v 1.120 2004/05/01 02:20:43 matt Exp $"); +__KERNEL_RCSID(0, "$NetBSD: udp_usrreq.c,v 1.121 2004/05/07 00:55:15 jonathan Exp $"); #include "opt_inet.h" #include "opt_ipsec.h" @@ -117,6 +117,7 @@ __KERNEL_RCSID(0, "$NetBSD: udp_usrreq.c #ifdef FAST_IPSEC #include +#include /* XXX ipsecstat namespace */ #ifdef INET6 #include #endif