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