aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/summary_dlg.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/summary_dlg.c
parent5ccc9953623f45efec378baedc0106473f5c1337 (diff)
Include epan/strutil.h for gtk-1.2 builds.
svn path=/trunk/; revision=24513
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