Include <string.h> for strlen() prototype.
authorTor Lillqvist <tml@novell.com>
Sun, 3 Aug 2008 21:00:33 +0000 (21:00 +0000)
committerTor Lillqvist <tml@src.gnome.org>
Sun, 3 Aug 2008 21:00:33 +0000 (21:00 +0000)
2008-08-03  Tor Lillqvist  <tml@novell.com>

* pango/pango-bidi-type.c: Include <string.h> for strlen()
prototype.

svn path=/trunk/; revision=2668

ChangeLog
pango/pango-bidi-type.c

index 77dc49e..c37cb3e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2008-08-03  Tor Lillqvist  <tml@novell.com>
+
+       * pango/pango-bidi-type.c: Include <string.h> for strlen()
+       prototype.
+
 2008-06-29  Behdad Esfahbod  <behdad@gnome.org>
 
        Bug 540592 – Crash in HB_GSUB_Apply_String with Linux-Libertine font
index 7eb2fb4..17e9fc8 100644 (file)
@@ -21,6 +21,8 @@
 
 #include "config.h"
 
+#include <string.h>
+
 #include "pango-bidi-type.h"
 
 #include "mini-fribidi/fribidi.h"