Include <mbstring.h> on Windows.
authorTor Lillqvist <tml@novell.com>
Mon, 2 Jun 2008 11:44:19 +0000 (11:44 +0000)
committerTor Lillqvist <tml@src.gnome.org>
Mon, 2 Jun 2008 11:44:19 +0000 (11:44 +0000)
2008-06-02  Tor Lillqvist  <tml@novell.com>

* libedataserver/e-data-server-util.c: Include <mbstring.h> on
Windows.

svn path=/trunk/; revision=8895

ChangeLog
libedataserver/e-data-server-util.c

index e43d1a7..d2c7459 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2008-06-02  Tor Lillqvist  <tml@novell.com>
+
+       * libedataserver/e-data-server-util.c: Include <mbstring.h> on
+       Windows.
+
 2008-05-23  Ed Catmur  <ed@catmur.co.uk>
 
        ** Fix for bug #533780
index 662f2f8..4d82ec1 100644 (file)
 
 #include <glib.h>
 
+#ifdef G_OS_WIN32
+#include <mbstring.h>
+#endif
+
 #include "e-data-server-util.h"
 
 /**