Try to unbreak the build after r300611 by including the header

defining VM_MIN_KERNEL_ADDRESS.

Sponsored by:	DARPA/AFRL
This commit is contained in:
bz 2016-05-24 17:38:27 +00:00
parent 501a9d9525
commit 0f36ad8004

View File

@ -43,6 +43,7 @@ __FBSDID("$FreeBSD$");
#include <machine/clock.h>
#include <machine/frame.h>
#include <machine/trap.h>
#include <machine/vmparam.h>
#include <vm/pmap.h>
extern dtrace_id_t dtrace_probeid_error;