summaryrefslogtreecommitdiffstats
path: root/sys/dev/vn
diff options
context:
space:
mode:
authortanimura <tanimura@FreeBSD.org>2000-12-13 17:36:03 +0000
committertanimura <tanimura@FreeBSD.org>2000-12-13 17:36:03 +0000
commit182989cd49ab5bfe72538c19ef156c7c87f26bf6 (patch)
treea69540a1e7037f744dcde86c6a75fc1ad801441a /sys/dev/vn
parent385258aeec532b05d56e79948e0317eb7c3a432a (diff)
downloadFreeBSD-src-182989cd49ab5bfe72538c19ef156c7c87f26bf6.zip
FreeBSD-src-182989cd49ab5bfe72538c19ef156c7c87f26bf6.tar.gz
Include vm/vm_zone.h prior to vm/swap_pager.h.
Noticed by: Michael Harnois <mdharnois@home.com> Submitted by: assar
Diffstat (limited to 'sys/dev/vn')
-rw-r--r--sys/dev/vn/vn.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/vn/vn.c b/sys/dev/vn/vn.c
index 96c861e..b96a998 100644
--- a/sys/dev/vn/vn.c
+++ b/sys/dev/vn/vn.c
@@ -82,6 +82,7 @@
#include <vm/vm_object.h>
#include <vm/vm_page.h>
#include <vm/vm_pager.h>
+#include <vm/vm_zone.h>
#include <vm/swap_pager.h>
static d_ioctl_t vnioctl;
OpenPOWER on IntegriCloud