summaryrefslogtreecommitdiff
path: root/src/cairo-hash-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-hash-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-hash-private.h')
-rw-r--r--src/cairo-hash-private.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cairo-hash-private.h b/src/cairo-hash-private.h
index 8ed3ba83a..9101f2ed7 100644
--- a/src/cairo-hash-private.h
+++ b/src/cairo-hash-private.h
@@ -39,6 +39,7 @@
#ifndef CAIRO_HASH_PRIVATE_H
#define CAIRO_HASH_PRIVATE_H
+#include "cairo-compiler-private.h"
#include "cairo-types-private.h"
/* XXX: I'd like this file to be self-contained in terms of