diff options
author | Chris Wilson <chris@chris-wilson.co.uk> | 2007-09-23 21:00:23 +0100 |
---|---|---|
committer | Chris Wilson <chris@chris-wilson.co.uk> | 2007-09-25 16:29:54 +0100 |
commit | 42de1a0a7f5cc10c2bad98ef69da302ed2a1ca84 (patch) | |
tree | 2047791142f4bdbb2a760b31198c19fb5d5af54b /src/cairo-region-private.h | |
parent | be327a7b49a62c684e133aad5d5d6adec30b60e6 (diff) |
Move GCC attributes wrapping into a separate header.
The wrapping of GCC attributes (such as cairo_private) needs to be
visible to any header file, including those that avoid cairoint.h such
as cairo-boilerplate. To achieve this we move the pre-processor magic to
its own header file and include it as required.
Diffstat (limited to 'src/cairo-region-private.h')
-rw-r--r-- | src/cairo-region-private.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/cairo-region-private.h b/src/cairo-region-private.h index 7f92f9c1..8fc65677 100644 --- a/src/cairo-region-private.h +++ b/src/cairo-region-private.h @@ -39,6 +39,8 @@ #include <pixman.h> +#include "cairo-compiler-private.h" + /* cairo_region_t is defined in cairoint.h */ struct _cairo_region { |