mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Include sys/proc.h so this compiles [on the Alpha].
This commit is contained in:
parent
093d32e535
commit
184265fd42
1 changed files with 1 additions and 0 deletions
|
|
@ -44,6 +44,7 @@
|
|||
#include <sys/conf.h>
|
||||
#include <sys/cons.h>
|
||||
#include <sys/kernel.h>
|
||||
#include <sys/proc.h>
|
||||
#include <sys/reboot.h>
|
||||
#include <sys/sysctl.h>
|
||||
#include <sys/tty.h>
|
||||
|
|
|
|||
Loading…
Reference in a new issue