aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/capture_info_dlg.c
diff options
context:
space:
mode:
authorStig Bjørlykke <stig@bjorlykke.org>2007-08-30 09:28:41 +0000
committerStig Bjørlykke <stig@bjorlykke.org>2007-08-30 09:28:41 +0000
commit4f13ccf33b1a1e5b84b4f0ddaa1147fed534d72e (patch)
tree8f172e8176c51b16bdd57eadd82571386c2a6e69 /gtk/capture_info_dlg.c
parent4a5802889741b136311bea06e015af4f67dfa49e (diff)
Added #include <sys/types.h>
svn path=/trunk/; revision=22745
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