Include pixman.h in cairo-xlib-private.h

Otherwise "make cairo-perf-trace" fails. Reported by Matt Turner on
IRC.
This commit is contained in:
Søren Sandmann Pedersen 2011-06-27 23:11:32 -04:00
parent 8996287d94
commit ea645913ba

View file

@ -47,6 +47,8 @@
#include "cairo-reference-count-private.h"
#include "cairo-types-private.h"
#include <pixman.h>
typedef struct _cairo_xlib_display cairo_xlib_display_t;
typedef struct _cairo_xlib_screen cairo_xlib_screen_t;