Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5608 :
[obnox/wireshark/wip.git] / dumpcap.c
index 319c419507b68462ba83ec052fabef470e4c702d..71e3a6cec8128cf0fe841826429644096239e1cb 100644 (file)
--- a/dumpcap.c
+++ b/dumpcap.c
@@ -59,9 +59,7 @@
 #include <signal.h>
 #include <errno.h>
 
-#ifdef HAVE_GETOPT_H
-#include <getopt.h>
-#else
+#ifndef HAVE_GETOPT
 #include "wsutil/wsgetopt.h"
 #endif