diff options
| author | Peter Wemm <peter@FreeBSD.org> | 1997-03-11 13:08:12 +0000 |
|---|---|---|
| committer | Peter Wemm <peter@FreeBSD.org> | 1997-03-11 13:08:12 +0000 |
| commit | 18dac96b7bf3831c3d8393ab93b391c2ca65e6a1 (patch) | |
| tree | c95f13342f38f5c4099d32aabcd3a5be3c513907 /usr.bin/printenv | |
| parent | 464701bbdcf4853a08bcb83e40c919444e49c2a5 (diff) | |
| parent | 0da30e9aa76c5df66cd092f30b904824b0594ccc (diff) | |
Notes
Diffstat (limited to 'usr.bin/printenv')
| -rw-r--r-- | usr.bin/printenv/printenv.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/printenv/printenv.c b/usr.bin/printenv/printenv.c index 121cd2f11ada..fc40e3d32444 100644 --- a/usr.bin/printenv/printenv.c +++ b/usr.bin/printenv/printenv.c @@ -38,7 +38,7 @@ static char copyright[] = #endif /* not lint */ #ifndef lint -static char sccsid[] = "@(#)printenv.c 8.1 (Berkeley) 6/6/93"; +static char sccsid[] = "@(#)printenv.c 8.2 (Berkeley) 5/4/95"; #endif /* not lint */ #include <sys/types.h> @@ -46,6 +46,7 @@ static char sccsid[] = "@(#)printenv.c 8.1 (Berkeley) 6/6/93"; #include <stdlib.h> #include <stdio.h> #include <string.h> +#include <unistd.h> void usage __P((void)); |
