aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/io_stat.c
diff options
context:
space:
mode:
authorMichael Tüxen <tuexen@fh-muenster.de>2008-03-01 10:23:57 +0000
committerMichael Tüxen <tuexen@fh-muenster.de>2008-03-01 10:23:57 +0000
commit4306c7037d03745ba36da998098a1e1b5dd31700 (patch)
treed58c9552cfc01c6a8bfe3b197639d66a608e2564 /gtk/io_stat.c
parent5ccc9953623f45efec378baedc0106473f5c1337 (diff)
downloadwireshark-4306c7037d03745ba36da998098a1e1b5dd31700.tar.gz
wireshark-4306c7037d03745ba36da998098a1e1b5dd31700.tar.bz2
wireshark-4306c7037d03745ba36da998098a1e1b5dd31700.zip
Include epan/strutil.h for gtk-1.2 builds.
svn path=/trunk/; revision=24513
Diffstat (limited to 'gtk/io_stat.c')
-rw-r--r--gtk/io_stat.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk/io_stat.c b/gtk/io_stat.c
index 8971de7a65..b123ab88f6 100644
--- a/gtk/io_stat.c
+++ b/gtk/io_stat.c
@@ -56,6 +56,7 @@
#include "filter_dlg.h"
#include "help_dlg.h"
#include "pixmap_save.h"
+#include <epan/strutil.h>
void protect_thread_critical_region(void);
void unprotect_thread_critical_region(void);