diff options
| author | Steve Price <steve@FreeBSD.org> | 1997-08-07 21:47:31 +0000 |
|---|---|---|
| committer | Steve Price <steve@FreeBSD.org> | 1997-08-07 21:47:31 +0000 |
| commit | 9d19feb501dd6af29c9ea845cdd265f320a8d0e4 (patch) | |
| tree | c202d84577cde3560d8bc1f68ddc3265a5148926 | |
| parent | 380fdd7d7ea5ad81bbf682a2c7bbde3dd5cf0dba (diff) | |
Notes
| -rw-r--r-- | usr.bin/printf/printf.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.bin/printf/printf.c b/usr.bin/printf/printf.c index 3444c20264da8..25acd157bacbb 100644 --- a/usr.bin/printf/printf.c +++ b/usr.bin/printf/printf.c @@ -51,6 +51,7 @@ static char const sccsid[] = "@(#)printf.c 8.1 (Berkeley) 7/20/93"; #include <stdio.h> #include <stdlib.h> #include <string.h> +#include <unistd.h> #ifdef SHELL #define main printfcmd |
