mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Change #include <machine/pcpu.h> to #include <sys/pcpu.h>
to get definition of curthread, required by <sys/sx.h>.
This commit is contained in:
parent
af940ed8c0
commit
3b1b4d767f
1 changed files with 1 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
|||
#include <sys/param.h>
|
||||
#include <machine/pcpu.h>
|
||||
#include <sys/pcpu.h>
|
||||
#include <support/debug.h>
|
||||
#include <support/mrlock.h>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue