mirror of
https://github.com/opnsense/src.git
synced 2026-06-13 18:50:31 -04:00
Also, machine/profile.h should be necessary for the function prototype
of kmupetext().
This commit is contained in:
parent
f99502a4d4
commit
08d68dda08
2 changed files with 6 additions and 0 deletions
|
|
@ -41,6 +41,9 @@
|
|||
#include <sys/linker.h>
|
||||
|
||||
#include <machine/elf.h>
|
||||
#ifdef GPROF
|
||||
#include <machine/profile.h>
|
||||
#endif
|
||||
|
||||
#include <vm/vm.h>
|
||||
#include <vm/vm_param.h>
|
||||
|
|
|
|||
|
|
@ -41,6 +41,9 @@
|
|||
#include <sys/linker.h>
|
||||
|
||||
#include <machine/elf.h>
|
||||
#ifdef GPROF
|
||||
#include <machine/profile.h>
|
||||
#endif
|
||||
|
||||
#include <vm/vm.h>
|
||||
#include <vm/vm_param.h>
|
||||
|
|
|
|||
Loading…
Reference in a new issue