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/kern/uipc_socket.c,v retrieving revision 1.173 retrieving revision 1.174 diff -u -p -r1.173 -r1.174 --- src/sys/kern/uipc_socket.c 2008/10/10 19:49:49 1.173 +++ src/sys/kern/uipc_socket.c 2008/10/11 13:40:57 1.174 @@ -1,4 +1,4 @@ -/* $NetBSD: uipc_socket.c,v 1.173 2008/10/10 19:49:49 plunky Exp $ */ +/* $NetBSD: uipc_socket.c,v 1.174 2008/10/11 13:40:57 pooka Exp $ */ /*- * Copyright (c) 2002, 2007, 2008 The NetBSD Foundation, Inc. @@ -63,7 +63,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: uipc_socket.c,v 1.173 2008/10/10 19:49:49 plunky Exp $"); +__KERNEL_RCSID(0, "$NetBSD: uipc_socket.c,v 1.174 2008/10/11 13:40:57 pooka Exp $"); #include "opt_inet.h" #include "opt_sock_counters.h" @@ -86,6 +86,7 @@ __KERNEL_RCSID(0, "$NetBSD: uipc_socket. #include #include #include +#include #include #include #include