summaryrefslogtreecommitdiff
path: root/src/cairo-mutex-private.h
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2007-09-23 21:00:23 +0100
committerChris Wilson <chris@chris-wilson.co.uk>2007-09-25 16:29:54 +0100
commit42de1a0a7f5cc10c2bad98ef69da302ed2a1ca84 (patch)
tree2047791142f4bdbb2a760b31198c19fb5d5af54b /src/cairo-mutex-private.h
parentbe327a7b49a62c684e133aad5d5d6adec30b60e6 (diff)
downloadcairo-42de1a0a7f5cc10c2bad98ef69da302ed2a1ca84.tar.gz
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-mutex-private.h')
-rw-r--r--src/cairo-mutex-private.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cairo-mutex-private.h b/src/cairo-mutex-private.h
index 88e88bb0f..ac803c872 100644
--- a/src/cairo-mutex-private.h
+++ b/src/cairo-mutex-private.h
@@ -47,6 +47,7 @@
#include <cairo-features.h>
+#include "cairo-compiler-private.h"
#include "cairo-mutex-type-private.h"
/* Only the following three are mandatory at this point */