X-Git-Url: https://git.tcpdump.org/libpcap/blobdiff_plain/0d3df9488a5a19cb2b15f96ee8529aa5822045d2..ab7fcd144f38971dbb8b7241c8e4948549f127c8:/missing/getopt.h diff --git a/missing/getopt.h b/missing/getopt.h index d176345a..fc83c944 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);