From: deraadt Date: Sat, 23 Aug 2014 11:38:56 +0000 (+0000) Subject: oddly now needs sys/socket.h, because someone removed struct socket fwd X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=deb364d56e4b43ec15e84c6273de93a032a6c776;p=openbsd oddly now needs sys/socket.h, because someone removed struct socket fwd decl definition from somewhere in .h. This appears to be the only fallout in the kernel. --- diff --git a/sys/arch/sparc64/sparc64/in4_cksum.c b/sys/arch/sparc64/sparc64/in4_cksum.c index 00227094501..0be1f477a9d 100644 --- a/sys/arch/sparc64/sparc64/in4_cksum.c +++ b/sys/arch/sparc64/sparc64/in4_cksum.c @@ -1,4 +1,4 @@ -/* $OpenBSD: in4_cksum.c,v 1.5 2014/08/21 14:24:08 mpi Exp $ */ +/* $OpenBSD: in4_cksum.c,v 1.6 2014/08/23 11:38:56 deraadt Exp $ */ /* $NetBSD: in4_cksum.c,v 1.5 2003/10/13 14:22:20 agc Exp $ */ /* @@ -82,6 +82,7 @@ #include #include #include +#include #include #include