aboutsummaryrefslogtreecommitdiff
path: root/sbin/mount_cd9660
diff options
context:
space:
mode:
authorMike Barcroft <mike@FreeBSD.org>2002-02-18 20:35:27 +0000
committerMike Barcroft <mike@FreeBSD.org>2002-02-18 20:35:27 +0000
commitfd8e4ebc8c18caec3eefac6527831f9ee6a92959 (patch)
tree970c36894ee638248ec810bd7570ac8aabb5eaf5 /sbin/mount_cd9660
parent3e1ce344baebe1f56863d29d656549c93a464ded (diff)
downloadsrc-fd8e4ebc8c18caec3eefac6527831f9ee6a92959.tar.gz
src-fd8e4ebc8c18caec3eefac6527831f9ee6a92959.zip
Notes
Diffstat (limited to 'sbin/mount_cd9660')
-rw-r--r--sbin/mount_cd9660/mount_cd9660.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sbin/mount_cd9660/mount_cd9660.c b/sbin/mount_cd9660/mount_cd9660.c
index 3ea3d39dd0d5..dff7ac84c6e0 100644
--- a/sbin/mount_cd9660/mount_cd9660.c
+++ b/sbin/mount_cd9660/mount_cd9660.c
@@ -58,6 +58,8 @@ static const char rcsid[] =
#include <sys/mount.h>
#include <sys/../isofs/cd9660/cd9660_mount.h>
+#include <arpa/inet.h>
+
#include <err.h>
#include <errno.h>
#include <stdlib.h>