Also, machine/profile.h should be necessary for the function prototype
of kmupetext().
This commit is contained in:
parent
f99502a4d4
commit
08d68dda08
@ -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 New Issue
Block a user