summaryrefslogtreecommitdiff
path: root/include/getopt-min.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/getopt-min.h')
-rw-r--r--include/getopt-min.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/getopt-min.h b/include/getopt-min.h
index 6495ebf..e42aa78 100644
--- a/include/getopt-min.h
+++ b/include/getopt-min.h
@@ -7,5 +7,6 @@ int getopt( /* returns letter, '?', EOF */
const FLASH char * optstring ); /* allowed args, e.g. "ab:c" */
extern int optind;
+extern char *optarg;
#endif /* GETOPT_MIN_H */