diff options
Diffstat (limited to 'test/cairo-test.h')
-rw-r--r-- | test/cairo-test.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/cairo-test.h b/test/cairo-test.h index 147e5c7e..e5eef3fa 100644 --- a/test/cairo-test.h +++ b/test/cairo-test.h @@ -34,6 +34,8 @@ #include <cairo.h> #include <cairo-debug.h> +CAIRO_BEGIN_DECLS + #if HAVE_STDINT_H # include <stdint.h> #elif HAVE_INTTYPES_H @@ -132,4 +134,6 @@ cairo_test_create_pattern_from_png (const char *filename); void xasprintf (char **strp, const char *fmt, ...); +CAIRO_END_DECLS + #endif |