oddly now needs sys/socket.h, because someone removed struct socket fwd
authorderaadt <deraadt@openbsd.org>
Sat, 23 Aug 2014 11:38:56 +0000 (11:38 +0000)
committerderaadt <deraadt@openbsd.org>
Sat, 23 Aug 2014 11:38:56 +0000 (11:38 +0000)
decl definition from somewhere in .h.  This appears to be the only fallout
in the kernel.

sys/arch/sparc64/sparc64/in4_cksum.c

index 0022709..0be1f47 100644 (file)
@@ -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 <sys/param.h>
 #include <sys/systm.h>
 #include <sys/mbuf.h>
+#include <sys/socket.h>
 
 #include <netinet/in.h>
 #include <netinet/ip.h>