summaryrefslogtreecommitdiff
path: root/src/cairo-cache.c
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2010-01-18 16:58:40 +0000
committerChris Wilson <chris@chris-wilson.co.uk>2010-01-22 22:30:43 +0000
commitc50c8b90c0033686b465e6766fba4772c1d698c6 (patch)
tree522b36726b6e97e44cff2fc40afdcfcde110632b /src/cairo-cache.c
parent558f9501700ba569f04f345f7c64d16b1870e37c (diff)
downloadcairo-c50c8b90c0033686b465e6766fba4772c1d698c6.tar.gz
Move _cairo_error() to a standalone header
A pending commit will want to include some utility code from cairo and so we need to extricate the error handling from the PLT symbol hiding.
Diffstat (limited to 'src/cairo-cache.c')
-rw-r--r--src/cairo-cache.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cairo-cache.c b/src/cairo-cache.c
index 025dd9ff9..1bc308994 100644
--- a/src/cairo-cache.c
+++ b/src/cairo-cache.c
@@ -37,6 +37,7 @@
*/
#include "cairoint.h"
+#include "cairo-error-private.h"
static void
_cairo_cache_shrink_to_accommodate (cairo_cache_t *cache,