summaryrefslogtreecommitdiffstats
path: root/sys/dev
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2009-06-02 12:35:04 +0000
committerjhb <jhb@FreeBSD.org>2009-06-02 12:35:04 +0000
commit0937475a4fb805678e611b218d2687ff0fe43637 (patch)
treef91381fcf4bae3f8c1452bfe4cbf0aba405120e0 /sys/dev
parentd6cef153cd9ab9d989628f192e437d9b80642000 (diff)
downloadFreeBSD-src-0937475a4fb805678e611b218d2687ff0fe43637.zip
FreeBSD-src-0937475a4fb805678e611b218d2687ff0fe43637.tar.gz
Include <machine/stdarg.h> for va_*(). I'm not sure how this compiled
on amd64 without this.
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/pci/pci.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/pci/pci.c b/sys/dev/pci/pci.c
index 5055762..63d9cee 100644
--- a/sys/dev/pci/pci.c
+++ b/sys/dev/pci/pci.c
@@ -51,6 +51,7 @@ __FBSDID("$FreeBSD$");
#include <machine/bus.h>
#include <sys/rman.h>
#include <machine/resource.h>
+#include <machine/stdarg.h>
#if defined(__i386__) || defined(__amd64__)
#include <machine/intr_machdep.h>
OpenPOWER on IntegriCloud