summaryrefslogtreecommitdiff
path: root/sys/kern
diff options
context:
space:
mode:
Diffstat (limited to 'sys/kern')
-rw-r--r--sys/kern/vfs_conf.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/kern/vfs_conf.c b/sys/kern/vfs_conf.c
index e644aea1b28..a08299bdaca 100644
--- a/sys/kern/vfs_conf.c
+++ b/sys/kern/vfs_conf.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: vfs_conf.c,v 1.13 1999/02/15 05:05:33 art Exp $ */
+/* $OpenBSD: vfs_conf.c,v 1.14 2000/02/07 04:53:33 assar Exp $ */
/* $NetBSD: vfs_conf.c,v 1.21.4.1 1995/11/01 00:06:26 jtc Exp $ */
/*
@@ -46,6 +46,10 @@
#include <ufs/ffs/ffs_extern.h>
#endif
+#ifdef LFS
+#include <ufs/lfs/lfs_extern.h>
+#endif
+
#ifdef EXT2FS
#include <ufs/ext2fs/ext2fs_extern.h>
#endif