aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/flow_graph.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/flow_graph.c
parent5ccc9953623f45efec378baedc0106473f5c1337 (diff)
Include epan/strutil.h for gtk-1.2 builds.
svn path=/trunk/; revision=24513
Diffstat (limited to 'gtk/flow_graph.c')
-rw-r--r--gtk/flow_graph.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk/flow_graph.c b/gtk/flow_graph.c
index c3dbb7213c..29ccece59b 100644
--- a/gtk/flow_graph.c
+++ b/gtk/flow_graph.c
@@ -50,6 +50,7 @@
#include <epan/dissectors/packet-tcp.h>
#include <string.h>
+#include <epan/strutil.h>
#define DISPLAYED 0
#define ALL 1