mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Fix kernel build after 754cb545b6 .
By adding missing include file for powerpc64, QORIQ64. Differential Revision: https://reviews.freebsd.org/D36565 MFC after: 1 week Sponsored by: NVIDIA Networking
This commit is contained in:
parent
a58536b91a
commit
89e5ef8917
1 changed files with 1 additions and 0 deletions
|
|
@ -38,6 +38,7 @@ __FBSDID("$FreeBSD$");
|
|||
#include <sys/param.h>
|
||||
#include <sys/systm.h>
|
||||
#include <sys/pcpu.h>
|
||||
#include <sys/proc.h>
|
||||
#include <sys/smp.h>
|
||||
#include <sys/sysent.h>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue