aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/summary_dlg.c
diff options
context:
space:
mode:
authortuexen <tuexen@f5534014-38df-0310-8fa8-9805f1628bb7>2008-03-01 10:23:57 +0000
committertuexen <tuexen@f5534014-38df-0310-8fa8-9805f1628bb7>2008-03-01 10:23:57 +0000
commitddd027808f201bc7b92433a9da4df2d54e70d1c2 (patch)
treed58c9552cfc01c6a8bfe3b197639d66a608e2564 /gtk/summary_dlg.c
parent849ec3464eb3c3c7770d1139d18e502d2fd15f39 (diff)
Include epan/strutil.h for gtk-1.2 builds.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@24513 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'gtk/summary_dlg.c')
-rw-r--r--gtk/summary_dlg.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk/summary_dlg.c b/gtk/summary_dlg.c
index 6ba19f1577..7de2877a9a 100644
--- a/gtk/summary_dlg.c
+++ b/gtk/summary_dlg.c
@@ -49,6 +49,7 @@
#include "gui_utils.h"
#include "compat_macros.h"
#include "help_dlg.h"
+#include <epan/strutil.h>
#define SUM_STR_MAX 1024
#define FILTER_SNIP_LEN 50