mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Need to include sys/proc.h.
This commit is contained in:
parent
727fba5373
commit
60f618a04d
1 changed files with 2 additions and 1 deletions
|
|
@ -6,7 +6,7 @@
|
|||
* modification, are permitted provided that the following conditions
|
||||
* are met:
|
||||
* 1. Redistributions of source code must retain the above copyright
|
||||
* notice, this list of conditions and the following disclaimer
|
||||
* notice, this list of conditions and the following disclaimer
|
||||
* in this position and unchanged.
|
||||
* 2. Redistributions in binary form must reproduce the above copyright
|
||||
* notice, this list of conditions and the following disclaimer in the
|
||||
|
|
@ -38,6 +38,7 @@
|
|||
#include <vm/pmap.h>
|
||||
#include <vm/vm_map.h>
|
||||
|
||||
#include <sys/proc.h>
|
||||
#include <sys/user.h>
|
||||
|
||||
#include <alpha/linux/linux.h>
|
||||
|
|
|
|||
Loading…
Reference in a new issue