X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/fe81b4781103a51117b904681ad2c259bf16c084..59f726c989e93a7a29fd23a442bd173839bfc845:/client/reveng/getopt.h?ds=inline

diff --git a/client/reveng/getopt.h b/client/reveng/getopt.h
index e9a83540..bf66d9b1 100644
--- a/client/reveng/getopt.h
+++ b/client/reveng/getopt.h
@@ -21,5 +21,5 @@
 */
 
 extern char *optarg;
-extern int optind, opterr, optopt;
+extern int optind, opterr, optopt, pos;
 int getopt(int argc, char *argv[], const char *optstring);