aboutsummaryrefslogtreecommitdiff
path: root/sbin/mount_cd9660/mount_cd9660.c
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2001-03-04 07:31:47 +0000
committerKris Kennaway <kris@FreeBSD.org>2001-03-04 07:31:47 +0000
commit82200d22a0f03619dc29442b341b9be4e2e71517 (patch)
treee179f8552244e255880b5eec674b8f545c718476 /sbin/mount_cd9660/mount_cd9660.c
parent3227b16de0c72f0973f664da9edfcb31867a7db4 (diff)
downloadsrc-82200d22a0f03619dc29442b341b9be4e2e71517.tar.gz
src-82200d22a0f03619dc29442b341b9be4e2e71517.zip
A previous MFC incompletely merged r1.16 (missing an include)
Notes
Notes: svn path=/stable/4/; revision=73436
Diffstat (limited to 'sbin/mount_cd9660/mount_cd9660.c')
-rw-r--r--sbin/mount_cd9660/mount_cd9660.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sbin/mount_cd9660/mount_cd9660.c b/sbin/mount_cd9660/mount_cd9660.c
index fb608a4a683d..9face8293afe 100644
--- a/sbin/mount_cd9660/mount_cd9660.c
+++ b/sbin/mount_cd9660/mount_cd9660.c
@@ -59,6 +59,7 @@ static const char rcsid[] =
#include <sys/../isofs/cd9660/cd9660_mount.h>
#include <err.h>
+#include <errno.h>
#include <stdlib.h>
#include <stdio.h>
#include <string.h>