diff options
| author | Dima Dorfman <dd@FreeBSD.org> | 2001-06-24 23:04:23 +0000 |
|---|---|---|
| committer | Dima Dorfman <dd@FreeBSD.org> | 2001-06-24 23:04:23 +0000 |
| commit | cafefe8c1b76269ef8cc8d4e7d499ad906d663de (patch) | |
| tree | 5ed494ef479747a729c33dd6fcfc26c15c6fe70a /sbin/mount | |
| parent | 6ce2587d28edd148b55cc1a8c9cf272930d7f6b8 (diff) | |
Notes
Diffstat (limited to 'sbin/mount')
| -rw-r--r-- | sbin/mount/mount_ufs.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sbin/mount/mount_ufs.c b/sbin/mount/mount_ufs.c index 15cabb22f92d..8c626dbf8280 100644 --- a/sbin/mount/mount_ufs.c +++ b/sbin/mount/mount_ufs.c @@ -51,6 +51,7 @@ static const char rcsid[] = #include <err.h> #include <errno.h> #include <stdio.h> +#include <stdlib.h> #include <unistd.h> #include <ufs/ufs/ufsmount.h> |
