Also, machine/profile.h should be necessary for the function prototype

of kmupetext().
This commit is contained in:
Brian Feldman 2001-10-30 15:10:16 +00:00
parent f99502a4d4
commit 08d68dda08
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=85735
2 changed files with 6 additions and 0 deletions

View file

@ -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>

View file

@ -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>