diff options
author | Behdad Esfahbod <behdad@gnome.org> | 2007-08-21 23:38:21 +0000 |
---|---|---|
committer | Behdad Esfahbod <behdad@src.gnome.org> | 2007-08-21 23:38:21 +0000 |
commit | fae75488df45af8368f1257fb426c7f50647a216 (patch) | |
tree | b1622aae7e9802f1e29ecf6416e455ad368486ab /pango/pango-renderer.c | |
parent | 33a01668d50f493352eda749f7b6edba8d490bf6 (diff) | |
download | pango-fae75488df45af8368f1257fb426c7f50647a216.tar.gz |
Bug 468953 – pango-renderer.c: using function without prototype
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
Diffstat (limited to 'pango/pango-renderer.c')
-rw-r--r-- | pango/pango-renderer.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pango/pango-renderer.c b/pango/pango-renderer.c index 6d134118..c7db5e57 100644 --- a/pango/pango-renderer.c +++ b/pango/pango-renderer.c @@ -23,6 +23,7 @@ #include <stdlib.h> #include "pango-renderer.h" +#include "pango-impl-utils.h" #define N_RENDER_PARTS 4 |