From 11632ace3ababb6b3920643acf75b7de089d6fbb Mon Sep 17 00:00:00 2001 From: John Baldwin Date: Tue, 2 Jun 2009 12:35:04 +0000 Subject: [PATCH] Include for va_*(). I'm not sure how this compiled on amd64 without this. --- sys/dev/pci/pci.c | 1 + 1 file changed, 1 insertion(+) diff --git a/sys/dev/pci/pci.c b/sys/dev/pci/pci.c index 5055762c0d1..63d9cee98ea 100644 --- a/sys/dev/pci/pci.c +++ b/sys/dev/pci/pci.c @@ -51,6 +51,7 @@ __FBSDID("$FreeBSD$"); #include #include #include +#include #if defined(__i386__) || defined(__amd64__) #include