summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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