mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 09:41:03 -04:00
Include <machine/stdarg.h> for va_*(). I'm not sure how this compiled
on amd64 without this.
This commit is contained in:
parent
63fbf5047e
commit
11632ace3a
1 changed files with 1 additions and 0 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue