Fix clang warning.

This commit is contained in:
Warner Losh 2014-01-28 22:07:16 +00:00
parent 109919c67a
commit 6af02384da
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=261252

View File

@ -33,6 +33,7 @@ __FBSDID("$FreeBSD$");
#include <sys/proc.h>
#include <sys/mbuf.h>
#include <sys/vmmeter.h>
#include <sys/bus.h>
#include <vm/vm.h>
#include <vm/vm_param.h>
#include <vm/pmap.h>