From 0ebc01dc03e38726e3d6fdffb30171eda3f8f80e Mon Sep 17 00:00:00 2001 From: Stephen Fisher Date: Tue, 13 Feb 2007 20:57:22 +0000 Subject: From Sebastien Tandel: Create two new files (ws_strsplit.[ch]) that use GTK2 code to override the buggy g_strsplit() function when compiling for GTK1. Include this work-around function (ws_strsplit) in libwireshark.def. Add notes on usage to README.developer. Include epan/ws_strsplit.h in all files that use g_strsplit(). svn path=/trunk/; revision=20804 --- tap-funnel.c | 1 + 1 file changed, 1 insertion(+) (limited to 'tap-funnel.c') diff --git a/tap-funnel.c b/tap-funnel.c index 7fed0d2f9d..f15b4d77b5 100644 --- a/tap-funnel.c +++ b/tap-funnel.c @@ -30,6 +30,7 @@ #include #include #include +#include struct _funnel_text_window_t { -- cgit v1.2.3