X-Git-Url: http://cloudbase.mooo.com/gitweb/z180-stamp.git/blobdiff_plain/beafa6d6a908081ccb65e36953b2e58529499934..465090d410f8fd09085a54b0fbee5bf33ae99cc1:/avr/getopt-min.c diff --git a/avr/getopt-min.c b/avr/getopt-min.c index 8508f40..4e67a9b 100644 --- a/avr/getopt-min.c +++ b/avr/getopt-min.c @@ -11,9 +11,8 @@ /* $Id: getopt.c,v 1.2 1992/12/07 11:12:52 nickc Exp $ */ #include "common.h" /* definition of FLASH */ -#include -int optind = 0; /* next argv[] index */ +int optind; /* next argv[] index */ char *optarg; /* option parameter if any */