Include vm/vm_zone.h prior to vm/swap_pager.h.

Noticed by:	Michael Harnois <mdharnois@home.com>
Submitted by:	assar
This commit is contained in:
tanimura 2000-12-13 17:36:03 +00:00
parent 385258aeec
commit 182989cd49

View File

@ -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;