diff options
Diffstat (limited to 'usr.bin/getopt/getopt.c')
-rw-r--r-- | usr.bin/getopt/getopt.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/usr.bin/getopt/getopt.c b/usr.bin/getopt/getopt.c index d09d282a625..d5e309d9d50 100644 --- a/usr.bin/getopt/getopt.c +++ b/usr.bin/getopt/getopt.c @@ -1,10 +1,11 @@ -/* $OpenBSD: getopt.c,v 1.5 2003/06/10 22:20:47 deraadt Exp $ */ +/* $OpenBSD: getopt.c,v 1.6 2003/07/10 00:06:51 david Exp $ */ #ifndef lint -static char rcsid[] = "$OpenBSD: getopt.c,v 1.5 2003/06/10 22:20:47 deraadt Exp $"; +static char rcsid[] = "$OpenBSD: getopt.c,v 1.6 2003/07/10 00:06:51 david Exp $"; #endif /* not lint */ #include <stdio.h> +#include <stdlib.h> #include <unistd.h> int |