Use val_to_str_const().
[obnox/wireshark/wip.git] / capinfos.c
index 36c1dccf093940cd1bd844f762c0b42d28a41a59..831f48120e165e4e2173ea54b786a4d3f105dcd8 100644 (file)
@@ -88,9 +88,7 @@
 #include <wsutil/file_util.h>
 #endif
 
-#ifdef HAVE_GETOPT_H
-#include <getopt.h>
-#else
+#ifndef HAVE_GETOPT
 #include "wsutil/wsgetopt.h"
 #endif