summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/getopt.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/getopt.h b/include/getopt.h
index 6d85c0b6..c1d0df92 100644
--- a/include/getopt.h
+++ b/include/getopt.h
@@ -7,7 +7,7 @@ extern "C" {
int getopt(int, char * const [], const char *);
extern char *optarg;
-extern int optind, opterr, optopt;
+extern int optind, opterr, optopt, optreset;
struct option
{