mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Fix building with GCC 4.2: define data types before referring to them.
This commit is contained in:
parent
4b97d7affd
commit
2e4db89cfc
1 changed files with 1 additions and 0 deletions
|
|
@ -53,6 +53,7 @@ __FBSDID("$FreeBSD$");
|
|||
#include <sys/sysctl.h>
|
||||
#include <sys/sx.h>
|
||||
#include <sys/turnstile.h>
|
||||
#include <machine/pcb.h>
|
||||
#include <machine/smp.h>
|
||||
|
||||
#ifdef HWPMC_HOOKS
|
||||
|
|
|
|||
Loading…
Reference in a new issue