aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/e-xml-utils.c
diff options
context:
space:
mode:
authorDan Winship <danw@src.gnome.org>2002-09-20 08:01:25 +0800
committerDan Winship <danw@src.gnome.org>2002-09-20 08:01:25 +0800
commit71d8e11c459129aeb1543afac5e2b8cb36a482a8 (patch)
tree6ba6bce2b1e384c62ae7345ae1337e9f2863bf6a /e-util/e-xml-utils.c
parent3a8fd4e95bbc13e46e256b6996ebe2f4edd61c5d (diff)
downloadgsoc2013-evolution-71d8e11c459129aeb1543afac5e2b8cb36a482a8.tar
gsoc2013-evolution-71d8e11c459129aeb1543afac5e2b8cb36a482a8.tar.gz
gsoc2013-evolution-71d8e11c459129aeb1543afac5e2b8cb36a482a8.tar.bz2
gsoc2013-evolution-71d8e11c459129aeb1543afac5e2b8cb36a482a8.tar.lz
gsoc2013-evolution-71d8e11c459129aeb1543afac5e2b8cb36a482a8.tar.xz
gsoc2013-evolution-71d8e11c459129aeb1543afac5e2b8cb36a482a8.tar.zst
gsoc2013-evolution-71d8e11c459129aeb1543afac5e2b8cb36a482a8.zip
Make locale_charset a char *, not const char *. Kills a warning in the
* gal/util/e-iconv.c: Make locale_charset a char *, not const char *. Kills a warning in the !HAVE_CODESET case. (e_iconv_init): No longer need to cast locale_charset to (char *) while mangling it in the HAVE_CODESET case. * gal/util/e-xml-utils.c: #include <stdlib.h> for free() * gal/widgets/e-categories-master-list-array.c: Likewise svn path=/trunk/; revision=18129
Diffstat (limited to 'e-util/e-xml-utils.c')
-rw-r--r--e-util/e-xml-utils.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/e-util/e-xml-utils.c b/e-util/e-xml-utils.c
index e8f6b0a1b9..f80d6f0b93 100644
--- a/e-util/e-xml-utils.c
+++ b/e-util/e-xml-utils.c
@@ -33,6 +33,7 @@
#include "e-xml-utils.h"
#include <stdio.h>
+#include <stdlib.h>
#include <string.h>
#include <sys/types.h>
#include <sys/stat.h>