]> The Tcpdump Group git mirrors - libpcap/blobdiff - missing/getopt.c
Clean up the ether_hostton() stuff.
[libpcap] / missing / getopt.c
index 14cd6a328652d99797714936e313a5a47ebab1d4..cc798e1de84d352f15dd5a14037f890955e4b72b 100644 (file)
@@ -39,6 +39,8 @@ static char sccsid[] = "@(#)getopt.c  8.3 (Berkeley) 4/27/95";
 #include <stdlib.h>
 #include <string.h>
 
+#include "getopt.h"
+
 int    opterr = 1,             /* if error message should be printed */
        optind = 1,             /* index into parent argv vector */
        optopt,                 /* character checked for validity */