aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/capture_info_dlg.c
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/capture_info_dlg.c')
-rw-r--r--gtk/capture_info_dlg.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/gtk/capture_info_dlg.c b/gtk/capture_info_dlg.c
index 4acadac3e0..2e2eb200ca 100644
--- a/gtk/capture_info_dlg.c
+++ b/gtk/capture_info_dlg.c
@@ -26,6 +26,10 @@
# include "config.h"
#endif
+#ifdef HAVE_SYS_TYPES_H
+# include <sys/types.h>
+#endif
+
#include <string.h>
#ifdef HAVE_LIBPCAP