mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Include vm/vm_extern.h to get at prototypes
This commit is contained in:
parent
874fa3e43e
commit
a6b174a83b
2 changed files with 2 additions and 0 deletions
|
|
@ -54,6 +54,7 @@
|
|||
#include <vm/vm_param.h>
|
||||
#include <sys/lock.h>
|
||||
#include <vm/pmap.h>
|
||||
#include <vm/vm_extern.h>
|
||||
#include <vm/vm_map.h>
|
||||
#include <vm/vm_kern.h>
|
||||
#include <vm/vm_object.h>
|
||||
|
|
|
|||
|
|
@ -54,6 +54,7 @@
|
|||
#include <vm/vm_param.h>
|
||||
#include <sys/lock.h>
|
||||
#include <vm/pmap.h>
|
||||
#include <vm/vm_extern.h>
|
||||
#include <vm/vm_map.h>
|
||||
#include <vm/vm_kern.h>
|
||||
#include <vm/vm_object.h>
|
||||
|
|
|
|||
Loading…
Reference in a new issue