X-Git-Url: https://git.tcpdump.org/libpcap/blobdiff_plain/17e43dfad4f2923adc1a6c396b4e8e30a6a1dbb9..735f1f9d3318693f0096be4198d34e9ac0985777:/missing/getopt.c diff --git a/missing/getopt.c b/missing/getopt.c index 14cd6a32..cc798e1d 100644 --- a/missing/getopt.c +++ b/missing/getopt.c @@ -39,6 +39,8 @@ static char sccsid[] = "@(#)getopt.c 8.3 (Berkeley) 4/27/95"; #include #include +#include "getopt.h" + int opterr = 1, /* if error message should be printed */ optind = 1, /* index into parent argv vector */ optopt, /* character checked for validity */