X-Git-Url: https://git.tcpdump.org/libpcap/blobdiff_plain/9345447aca0518ef74936db729dc94c58f1ce46f..4e145de1143f597ef8277b51c5524af1e994f277:/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 */