1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-19 10:53:58 +00:00

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:
Seigo Tanimura 2000-12-13 17:36:03 +00:00
parent 81578f4a33
commit 5dfa801a91
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=69986

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;