aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/sysinstall/cdrom.c
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1997-04-03 13:44:59 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>1997-04-03 13:44:59 +0000
commit66b368e835f0869b205fe1b1eac3ac3e437c1309 (patch)
tree0738f050cc006f439673a86267b2cc4ea31b1376 /usr.sbin/sysinstall/cdrom.c
parent28fb62d30ecb2f5e115f025b17817963706a86ff (diff)
Notes
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 8ecd461a747c..ad5460e87665 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;