summaryrefslogtreecommitdiff
path: root/src/cairo-freelist-private.h
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2008-01-14 18:09:32 +0000
committerChris Wilson <chris@chris-wilson.co.uk>2008-01-15 13:08:53 +0000
commit968eaf3c44f37ada9c1d7005fc84ead797e11b58 (patch)
treed4ada613243a607e35274eb22cf37b2625fc8885 /src/cairo-freelist-private.h
parent22d7f311f7733a57ece5d91708b2b5da9b71de86 (diff)
downloadcairo-968eaf3c44f37ada9c1d7005fc84ead797e11b58.tar.gz
[cairo-xlib] Fixup --disable-xlib-xrender
Fixup the headers and boilerplate to compile and run correctly when configured with --disable-xlib-xrender.
Diffstat (limited to 'src/cairo-freelist-private.h')
-rw-r--r--src/cairo-freelist-private.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/cairo-freelist-private.h b/src/cairo-freelist-private.h
index 7e2036c23..0d021270d 100644
--- a/src/cairo-freelist-private.h
+++ b/src/cairo-freelist-private.h
@@ -22,8 +22,7 @@
#ifndef CAIRO_FREELIST_H
#define CAIRO_FREELIST_H
-#include "cairoint.h"
-#include <stddef.h>
+#include "cairo-types-private.h"
/* Opaque implementation types. */
typedef struct _cairo_freelist cairo_freelist_t;