Explicitely need <sys/pool.h> now.
authormiod <miod@openbsd.org>
Mon, 18 Aug 2014 17:56:45 +0000 (17:56 +0000)
committermiod <miod@openbsd.org>
Mon, 18 Aug 2014 17:56:45 +0000 (17:56 +0000)
sys/arch/armv7/omap/if_cpsw.c
sys/arch/macppc/macppc/machdep.c

index 8c6c7ac..4f2992e 100644 (file)
@@ -1,4 +1,4 @@
-/* $OpenBSD: if_cpsw.c,v 1.22 2014/05/06 14:44:08 jasper Exp $ */
+/* $OpenBSD: if_cpsw.c,v 1.23 2014/08/18 17:56:45 miod Exp $ */
 /*     $NetBSD: if_cpsw.c,v 1.3 2013/04/17 14:36:34 bouyer Exp $       */
 
 /*
@@ -59,6 +59,7 @@
 #include <sys/systm.h>
 #include <sys/sockio.h>
 #include <sys/mbuf.h>
+#include <sys/pool.h>
 #include <sys/queue.h>
 #include <sys/kernel.h>
 #include <sys/device.h>
index 7f56fad..b6cd594 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: machdep.c,v 1.160 2014/07/21 17:25:47 uebayasi Exp $  */
+/*     $OpenBSD: machdep.c,v 1.161 2014/08/18 17:56:45 miod Exp $      */
 /*     $NetBSD: machdep.c,v 1.4 1996/10/16 19:33:11 ws Exp $   */
 
 /*
@@ -40,6 +40,7 @@
 #include <sys/mbuf.h>
 #include <sys/mount.h>
 #include <sys/msgbuf.h>
+#include <sys/pool.h>
 #include <sys/sysctl.h>
 #include <sys/proc.h>
 #include <sys/signalvar.h>