diff options
| author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1997-02-17 05:26:08 +0000 |
|---|---|---|
| committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1997-02-17 05:26:08 +0000 |
| commit | 0e2dcf577ead59e960442756e8d66335fd48c251 (patch) | |
| tree | d1000e08feef209c70c206e042f26e16c8b3bb88 /bin/df | |
| parent | 15cde219d18f3e15dc164fe69edd7d818b6152cb (diff) | |
Notes
Diffstat (limited to 'bin/df')
| -rw-r--r-- | bin/df/df.c | 1 |
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)) |
