its a bit silly to include mbuf.h to get to malloc.h. just include
authordlg <dlg@openbsd.org>
Mon, 18 Aug 2014 04:23:11 +0000 (04:23 +0000)
committerdlg <dlg@openbsd.org>
Mon, 18 Aug 2014 04:23:11 +0000 (04:23 +0000)
malloc.h instead.

sys/dev/pcmcia/pcmcia_cis_quirks.c

index 05e4d00..5b26a36 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: pcmcia_cis_quirks.c,v 1.10 2014/07/12 18:48:52 tedu Exp $     */
+/*     $OpenBSD: pcmcia_cis_quirks.c,v 1.11 2014/08/18 04:23:11 dlg Exp $      */
 /*     $NetBSD: pcmcia_cis_quirks.c,v 1.3 1998/12/29 09:00:28 marc Exp $       */
 
 /*
@@ -33,8 +33,8 @@
 #include <sys/types.h>
 #include <sys/param.h>
 #include <sys/systm.h>
+#include <sys/malloc.h>
 #include <sys/device.h>
-#include <sys/mbuf.h>
 
 #include <dev/pcmcia/pcmciadevs.h>
 #include <dev/pcmcia/pcmciareg.h>