diff options
| author | Dima Dorfman <dd@FreeBSD.org> | 2001-06-24 19:50:42 +0000 |
|---|---|---|
| committer | Dima Dorfman <dd@FreeBSD.org> | 2001-06-24 19:50:42 +0000 |
| commit | 7a19d1bbb9f8fe580d509ad1caf8343e876fa045 (patch) | |
| tree | 98072ccdbeeb48ed101ec6127193016cfb67132a /usr.bin/getopt/getopt.c | |
| parent | 948a3f54a76846f76f78b9c712254e5b22df9fe2 (diff) | |
Notes
Diffstat (limited to 'usr.bin/getopt/getopt.c')
| -rw-r--r-- | usr.bin/getopt/getopt.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.bin/getopt/getopt.c b/usr.bin/getopt/getopt.c index fbadc928ab7e..c0d222125f10 100644 --- a/usr.bin/getopt/getopt.c +++ b/usr.bin/getopt/getopt.c @@ -1,6 +1,7 @@ /* $FreeBSD$ */ #include <stdio.h> +#include <stdlib.h> #include <unistd.h> main(argc, argv) |
