diff options
Diffstat (limited to 'missing/getopt.h')
-rw-r--r-- | missing/getopt.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/missing/getopt.h b/missing/getopt.h index d176345ae20b..fc83c944d7de 100644 --- a/missing/getopt.h +++ b/missing/getopt.h @@ -2,6 +2,6 @@ * Header for the getopt() we supply if the platform doesn't supply it. */ extern char *optarg; /* getopt(3) external variables */ -extern int optind, opterr, optopt; +extern int optind, opterr, optreset, optopt; extern int getopt(int nargc, char * const *nargv, const char *ostr); |