diff options
author | Behdad Esfahbod <behdad@gnome.org> | 2007-06-19 03:27:12 +0000 |
---|---|---|
committer | Behdad Esfahbod <behdad@src.gnome.org> | 2007-06-19 03:27:12 +0000 |
commit | 9fccf5b6a4b72e95bc6ad5a5545ab3e03317f46b (patch) | |
tree | 8ec5373a6989dcb55ffbd92d7f59bb77f63dbda1 /tests | |
parent | df64ec2aaf6a397144c08d92ce63a457fc309c67 (diff) | |
download | pango-9fccf5b6a4b72e95bc6ad5a5545ab3e03317f46b.tar.gz |
Include pangocairo.h too.
2007-06-18 Behdad Esfahbod <behdad@gnome.org>
* configure.in:
* tests/cxx-test.C: Include pangocairo.h too.
svn path=/trunk/; revision=2358
Diffstat (limited to 'tests')
-rw-r--r-- | tests/cxx-test.C | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/cxx-test.C b/tests/cxx-test.C index ab9aaa4b..62099b3b 100644 --- a/tests/cxx-test.C +++ b/tests/cxx-test.C @@ -22,6 +22,10 @@ #include <pango/pangoft2.h> #endif +#ifdef HAVE_CAIRO +#include <pango/pangocairo.h> +#endif + int main () { |