1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-28 16:43:09 +00:00

#include <sys/ktrace.h> would be useful too. (for ktrace_mtx)

This commit is contained in:
Peter Wemm 2002-07-01 23:18:08 +00:00
parent a9df73aa7b
commit c781aea8ba
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=99232

View File

@ -52,6 +52,9 @@
#include <sys/sysctl.h>
#include <sys/user.h>
#include <sys/vnode.h>
#ifdef KTRACE
#include <sys/ktrace.h>
#endif
#include <vm/vm.h>
#include <vm/vm_param.h>