diff options
author | Stig Bjørlykke <stig@bjorlykke.org> | 2007-08-30 09:28:41 +0000 |
---|---|---|
committer | Stig Bjørlykke <stig@bjorlykke.org> | 2007-08-30 09:28:41 +0000 |
commit | 4f13ccf33b1a1e5b84b4f0ddaa1147fed534d72e (patch) | |
tree | 8f172e8176c51b16bdd57eadd82571386c2a6e69 /gtk/capture_info_dlg.c | |
parent | 4a5802889741b136311bea06e015af4f67dfa49e (diff) | |
download | wireshark-4f13ccf33b1a1e5b84b4f0ddaa1147fed534d72e.tar.gz wireshark-4f13ccf33b1a1e5b84b4f0ddaa1147fed534d72e.tar.bz2 wireshark-4f13ccf33b1a1e5b84b4f0ddaa1147fed534d72e.zip |
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.c | 4 |
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 |