From: dlg Date: Mon, 18 Aug 2014 04:23:11 +0000 (+0000) Subject: its a bit silly to include mbuf.h to get to malloc.h. just include X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=71725f304ca33ba76b9719d08d8919510c9a50f2;p=openbsd its a bit silly to include mbuf.h to get to malloc.h. just include malloc.h instead. --- diff --git a/sys/dev/pcmcia/pcmcia_cis_quirks.c b/sys/dev/pcmcia/pcmcia_cis_quirks.c index 05e4d00f923..5b26a362e7a 100644 --- a/sys/dev/pcmcia/pcmcia_cis_quirks.c +++ b/sys/dev/pcmcia/pcmcia_cis_quirks.c @@ -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 #include #include +#include #include -#include #include #include