diff options
author | Benjamin Otte <otte@redhat.com> | 2010-07-30 22:15:55 +0200 |
---|---|---|
committer | Benjamin Otte <otte@redhat.com> | 2010-07-30 22:27:08 +0200 |
commit | 9f4d677e2a6dd0bfbbbe20de39f92177bfdfc0e8 (patch) | |
tree | 68fd263a09bfe9084b5cbc5c24b24ce61536cfd5 /test | |
parent | 14639e6b8525ada2cb93abb1d70dde827b7bf9e0 (diff) |
tee: Move definitions into separate header
Diffstat (limited to 'test')
-rw-r--r-- | test/api-special-cases.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/api-special-cases.c b/test/api-special-cases.c index 63eb5d0f..b2519765 100644 --- a/test/api-special-cases.c +++ b/test/api-special-cases.c @@ -84,6 +84,9 @@ #if CAIRO_HAS_SVG_SURFACE #include <cairo-svg.h> #endif +#if CAIRO_HAS_TEE_SURFACE +#include <cairo-tee.h> +#endif #if CAIRO_HAS_XCB_SURFACE #include <cairo-xcb.h> #endif |