summaryrefslogtreecommitdiff
path: root/sys/ufs/ffs
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2014-12-29 05:29:29 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2014-12-29 05:29:29 +0000
commit7119be7e42f62212f3d28f26636426f3e1a73a7f (patch)
tree27c26dbbd593cd8651c0390ca40a3854ae2b138b /sys/ufs/ffs
parent39cfcdecf526a0b704de54a406729160c420285c (diff)
Explicitely include <uvm/uvm_extern.h> in order to build on variable page size
architectures.
Diffstat (limited to 'sys/ufs/ffs')
-rw-r--r--sys/ufs/ffs/ffs_vfsops.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/ufs/ffs/ffs_vfsops.c b/sys/ufs/ffs/ffs_vfsops.c
index 7674ea2cbb6..fe556ae5ff2 100644
--- a/sys/ufs/ffs/ffs_vfsops.c
+++ b/sys/ufs/ffs/ffs_vfsops.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ffs_vfsops.c,v 1.147 2014/12/23 01:53:34 tedu Exp $ */
+/* $OpenBSD: ffs_vfsops.c,v 1.148 2014/12/29 05:29:28 miod Exp $ */
/* $NetBSD: ffs_vfsops.c,v 1.19 1996/02/09 22:22:26 christos Exp $ */
/*
@@ -63,6 +63,8 @@
#include <ufs/ffs/fs.h>
#include <ufs/ffs/ffs_extern.h>
+#include <uvm/uvm_extern.h>
+
int ffs_sbupdate(struct ufsmount *, int);
int ffs_reload_vnode(struct vnode *, void *);
int ffs_sync_vnode(struct vnode *, void *);