diff options
| author | Dag-Erling Smørgrav <des@FreeBSD.org> | 2001-06-19 15:41:57 +0000 |
|---|---|---|
| committer | Dag-Erling Smørgrav <des@FreeBSD.org> | 2001-06-19 15:41:57 +0000 |
| commit | 26f6b0fbe899c29f145963553ff5150602a352e8 (patch) | |
| tree | 78df927bdd9463d2fdb6e5aa99e078a0a536b8f9 /bin/dd | |
| parent | 05b6760d2a9e8b4f0bef25b6dbb6fd391f493e39 (diff) | |
Notes
Diffstat (limited to 'bin/dd')
| -rw-r--r-- | bin/dd/misc.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/dd/misc.c b/bin/dd/misc.c index 8d756683e4340..63c4e678f1a37 100644 --- a/bin/dd/misc.c +++ b/bin/dd/misc.c @@ -48,6 +48,8 @@ static const char rcsid[] = #include <errno.h> #include <stdio.h> +#include <stdlib.h> +#include <strings.h> #include <unistd.h> #include "dd.h" |
