summaryrefslogtreecommitdiff
path: root/sys/kern/vfs_conf.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/kern/vfs_conf.c')
-rw-r--r--sys/kern/vfs_conf.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/kern/vfs_conf.c b/sys/kern/vfs_conf.c
index a5ceabed287..70f70269a85 100644
--- a/sys/kern/vfs_conf.c
+++ b/sys/kern/vfs_conf.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: vfs_conf.c,v 1.9 1997/11/07 16:51:21 csapuntz Exp $ */
+/* $OpenBSD: vfs_conf.c,v 1.10 1997/11/08 17:21:04 niklas Exp $ */
/* $NetBSD: vfs_conf.c,v 1.21.4.1 1995/11/01 00:06:26 jtc Exp $ */
/*
@@ -52,6 +52,7 @@
#ifdef CD9660
#include <isofs/cd9660/iso.h>
+#include <isofs/cd9660/cd9660_extern.h>
#endif
#ifdef MFS