diff options
author | Stephen Fisher <steve@stephen-fisher.com> | 2007-02-13 20:57:22 +0000 |
---|---|---|
committer | Stephen Fisher <steve@stephen-fisher.com> | 2007-02-13 20:57:22 +0000 |
commit | 0ebc01dc03e38726e3d6fdffb30171eda3f8f80e (patch) | |
tree | 9b8f6907fd7e6bd7e99afd8632d22b61eed1452c /util.c | |
parent | 1ebd7feda946b60b3a1c9841d282bfb7bd6b3b86 (diff) | |
download | wireshark-0ebc01dc03e38726e3d6fdffb30171eda3f8f80e.tar.gz wireshark-0ebc01dc03e38726e3d6fdffb30171eda3f8f80e.tar.bz2 wireshark-0ebc01dc03e38726e3d6fdffb30171eda3f8f80e.zip |
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
Diffstat (limited to 'util.c')
-rw-r--r-- | util.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -39,6 +39,7 @@ #include <epan/address.h> #include <epan/addr_resolv.h> +#include <epan/ws_strsplit.h> #include "util.h" |