Missing from r353596.

This commit is contained in:
Gleb Smirnoff 2019-10-15 21:32:38 +00:00
parent 6b53d51078
commit 4b25d1f2e3
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=353598
2 changed files with 6 additions and 0 deletions

View File

@ -65,6 +65,9 @@ __FBSDID("$FreeBSD$");
#include <sys/sysctl.h>
#include <sys/time.h>
#include <sys/vmem.h>
#ifdef EPOCH_TRACE
#include <sys/epoch.h>
#endif
#include <vm/vm.h>
#include <vm/pmap.h>

View File

@ -66,6 +66,9 @@ __FBSDID("$FreeBSD$");
#include <sys/uio.h>
#include <sys/ktrace.h>
#endif
#ifdef EPOCH_TRACE
#include <sys/epoch.h>
#endif
#include <machine/cpu.h>