aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/packet_win.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/packet_win.c
parent5ccc9953623f45efec378baedc0106473f5c1337 (diff)
Include epan/strutil.h for gtk-1.2 builds.
svn path=/trunk/; revision=24513
Diffstat (limited to 'gtk/packet_win.c')
-rw-r--r--gtk/packet_win.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk/packet_win.c b/gtk/packet_win.c
index 0e84c8a480..1324ca76ea 100644
--- a/gtk/packet_win.c
+++ b/gtk/packet_win.c
@@ -64,6 +64,7 @@
#include <epan/plugins.h>
#include <epan/epan_dissect.h>
#include "compat_macros.h"
+#include <epan/strutil.h>
#include "../ui_util.h"