summaryrefslogtreecommitdiffstats
path: root/sbin/dumpfs
diff options
context:
space:
mode:
authorjmallett <jmallett@FreeBSD.org>2002-10-22 19:55:44 +0000
committerjmallett <jmallett@FreeBSD.org>2002-10-22 19:55:44 +0000
commit2d3640fddd01b6d05253a3ebcb3159c067604907 (patch)
treec26ecfcc11c74c2793fb961077f333a0e07df8d2 /sbin/dumpfs
parent0b72fdc81b2ae5b5402b3332dce80e6b402091b5 (diff)
downloadFreeBSD-src-2d3640fddd01b6d05253a3ebcb3159c067604907.zip
FreeBSD-src-2d3640fddd01b6d05253a3ebcb3159c067604907.tar.gz
Forgot to include <errno.h> when using 'errno' here.
Diffstat (limited to 'sbin/dumpfs')
-rw-r--r--sbin/dumpfs/dumpfs.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sbin/dumpfs/dumpfs.c b/sbin/dumpfs/dumpfs.c
index 3ac2ccf..0881697 100644
--- a/sbin/dumpfs/dumpfs.c
+++ b/sbin/dumpfs/dumpfs.c
@@ -65,6 +65,7 @@ static const char rcsid[] =
#include <ufs/ffs/fs.h>
#include <err.h>
+#include <errno.h>
#include <fcntl.h>
#include <fstab.h>
#include <libufs.h>
OpenPOWER on IntegriCloud