mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-01-10 05:50:23 +01:00
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:
parent
8996287d94
commit
ea645913ba
1 changed files with 2 additions and 0 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue