summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sysinstall/cdrom.c
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1997-04-03 13:44:59 +0000
committerjkh <jkh@FreeBSD.org>1997-04-03 13:44:59 +0000
commit207189b145d836b3c2d643b5a68a17524b98dac6 (patch)
tree5be5b779275d1606b92de24589eebbb3aa2a347e /usr.sbin/sysinstall/cdrom.c
parent2640b3cdf34cefeca8badeab66e2ad9d492e9e54 (diff)
downloadFreeBSD-src-207189b145d836b3c2d643b5a68a17524b98dac6.zip
FreeBSD-src-207189b145d836b3c2d643b5a68a17524b98dac6.tar.gz
Make all this work under -current again.
Submitted-By: Chuck Robey <chuckr@glue.umd.edu>
Diffstat (limited to 'usr.sbin/sysinstall/cdrom.c')
-rw-r--r--usr.sbin/sysinstall/cdrom.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/sysinstall/cdrom.c b/usr.sbin/sysinstall/cdrom.c
index 8ecd461..ad5460e 100644
--- a/usr.sbin/sysinstall/cdrom.c
+++ b/usr.sbin/sysinstall/cdrom.c
@@ -4,7 +4,7 @@
* This is probably the last attempt in the `sysinstall' line, the next
* generation being slated to essentially a complete rewrite.
*
- * $Id$
+ * $Id: cdrom.c,v 1.38 1997/02/22 14:11:12 peter Exp $
*
* Copyright (c) 1995
* Jordan Hubbard. All rights reserved.
@@ -49,6 +49,7 @@
#define CD9660
#include <sys/mount.h>
+#include <isofs/cd9660/cd9660_mount.h>
#undef CD9660
static Boolean cdromMounted;
OpenPOWER on IntegriCloud