summaryrefslogtreecommitdiffstats
path: root/sys/miscfs/union
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1997-12-27 02:56:39 +0000
committerbde <bde@FreeBSD.org>1997-12-27 02:56:39 +0000
commit3c1b6940fcd9544b3be1d4de5fc1222fccb10ad6 (patch)
treeff46fa281f9f89be515ed8c6a59471d2c7edb00b /sys/miscfs/union
parent603f05b16076fed5e473a24cd75e931b284d8b39 (diff)
downloadFreeBSD-src-3c1b6940fcd9544b3be1d4de5fc1222fccb10ad6.zip
FreeBSD-src-3c1b6940fcd9544b3be1d4de5fc1222fccb10ad6.tar.gz
Unspammed nested include of <vm/vm_zone.h>.
Diffstat (limited to 'sys/miscfs/union')
-rw-r--r--sys/miscfs/union/union_subr.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/miscfs/union/union_subr.c b/sys/miscfs/union/union_subr.c
index 8985d87..3b17f9c 100644
--- a/sys/miscfs/union/union_subr.c
+++ b/sys/miscfs/union/union_subr.c
@@ -35,7 +35,7 @@
* SUCH DAMAGE.
*
* @(#)union_subr.c 8.20 (Berkeley) 5/20/95
- * $Id: union_subr.c,v 1.21 1997/09/21 04:23:32 dyson Exp $
+ * $Id: union_subr.c,v 1.22 1997/11/18 15:07:35 phk Exp $
*/
#include <sys/param.h>
@@ -49,6 +49,7 @@
#include <sys/stat.h>
#include <vm/vm.h>
#include <vm/vm_extern.h> /* for vnode_pager_setsize */
+#include <vm/vm_zone.h>
#include <miscfs/union/union.h>
#include <sys/proc.h>
OpenPOWER on IntegriCloud