Bug 468953 – pango-renderer.c: using function without prototype
authorBehdad Esfahbod <behdad@gnome.org>
Tue, 21 Aug 2007 23:38:21 +0000 (23:38 +0000)
committerBehdad Esfahbod <behdad@src.gnome.org>
Tue, 21 Aug 2007 23:38:21 +0000 (23:38 +0000)
2007-08-21  Behdad Esfahbod  <behdad@gnome.org>

        Bug 468953 – pango-renderer.c: using function without prototype

        * pango/pango-renderer.c: #include <pango-impl-utils.h>

svn path=/trunk/; revision=2412

ChangeLog
pango/pango-renderer.c

index 206732e..9572698 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
 2007-08-21  Behdad Esfahbod  <behdad@gnome.org>
 
+       Bug 468953 – pango-renderer.c: using function without prototype
+
+       * pango/pango-renderer.c: #include <pango-impl-utils.h>
+
+2007-08-21  Behdad Esfahbod  <behdad@gnome.org>
+
        Bug 463430 – Gets stuck while "formatting message"
 
        * pango/opentype/harfbuzz-gpos.c (Lookup_PairPos1),
index 6d13411..c7db5e5 100644 (file)
@@ -23,6 +23,7 @@
 #include <stdlib.h>
 
 #include "pango-renderer.h"
+#include "pango-impl-utils.h"
 
 #define N_RENDER_PARTS 4