Include <machine/stdarg.h> for va_*(). I'm not sure how this compiled

on amd64 without this.
This commit is contained in:
John Baldwin 2009-06-02 12:35:04 +00:00
parent 63fbf5047e
commit 11632ace3a

View file

@ -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>