diff options
| author | Dima Dorfman <dd@FreeBSD.org> | 2001-06-24 19:41:18 +0000 |
|---|---|---|
| committer | Dima Dorfman <dd@FreeBSD.org> | 2001-06-24 19:41:18 +0000 |
| commit | 948a3f54a76846f76f78b9c712254e5b22df9fe2 (patch) | |
| tree | e5d0ffb6287d22728c56821f0fea346294beb466 /usr.bin/fsync | |
| parent | 471caa34a4cbff781789b5e052aa147933d39438 (diff) | |
Notes
Diffstat (limited to 'usr.bin/fsync')
| -rw-r--r-- | usr.bin/fsync/fsync.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.bin/fsync/fsync.c b/usr.bin/fsync/fsync.c index fbbacf20372f9..4e542b8ad59e0 100644 --- a/usr.bin/fsync/fsync.c +++ b/usr.bin/fsync/fsync.c @@ -32,6 +32,7 @@ static const char rcsid[] = #include <err.h> #include <fcntl.h> #include <stdio.h> +#include <stdlib.h> #include <sysexits.h> #include <unistd.h> |
