aboutsummaryrefslogtreecommitdiff
path: root/bin/df/df.c
diff options
context:
space:
mode:
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 7272d5c775c9..e17704e8e4d6 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))