]> The Tcpdump Group git mirrors - tcpdump/commitdiff
Oops, forgot to fix missing/getopt_long.c to include getopt_long.h.
authorGuy Harris <[email protected]>
Fri, 2 May 2014 02:17:42 +0000 (19:17 -0700)
committerGuy Harris <[email protected]>
Fri, 2 May 2014 02:17:42 +0000 (19:17 -0700)
missing/getopt_long.c

index 245e7bd3e45fa40ae36c33e03fc7f8e24f12fa17..2a80fc397164d3294f780a7d4b9eb5acb903f4ce 100644 (file)
@@ -51,7 +51,7 @@
 
 
 #include <errno.h>
-#include "getopt.h"
+#include "getopt_long.h"
 #include <stdlib.h>
 #include <stdio.h>
 #include <string.h>