summaryrefslogtreecommitdiffstats
path: root/bin/df/df.c
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1997-02-17 05:26:08 +0000
committerjkh <jkh@FreeBSD.org>1997-02-17 05:26:08 +0000
commitf8cd22bf39a867bd85598a0b7f37c3a9c9fa0285 (patch)
treed1000e08feef209c70c206e042f26e16c8b3bb88 /bin/df/df.c
parent603dfc46ce6fc299aa98a3eda19101a65d2a8fec (diff)
downloadFreeBSD-src-f8cd22bf39a867bd85598a0b7f37c3a9c9fa0285.zip
FreeBSD-src-f8cd22bf39a867bd85598a0b7f37c3a9c9fa0285.tar.gz
Include <ufs/ufs/ufsmount.h>.
Diffstat (limited to 'bin/df/df.c')
-rw-r--r--bin/df/df.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/df/df.c b/bin/df/df.c
index 7272d5c..e17704e 100644
--- a/bin/df/df.c
+++ b/bin/df/df.c
@@ -59,6 +59,7 @@ static char const sccsid[] = "@(#)df.c 8.9 (Berkeley) 5/8/95";
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
+#include <ufs/ufs/ufsmount.h>
/* XXX assumes MOUNT_MAXTYPE < 32 */
#define MT(m) (1 << (m))
OpenPOWER on IntegriCloud