mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-06-19 12:28:30 +02:00
Make "make check" happy
A recursive include should hide the bare header from check-preprocessor-syntax.sh Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
This commit is contained in:
parent
fb8881e84b
commit
b710a47309
1 changed files with 6 additions and 0 deletions
|
|
@ -35,6 +35,11 @@
|
|||
* Chris Wilson <chris@chris-wilson.co.uk>
|
||||
*/
|
||||
|
||||
#ifndef CAIRO_PIXMAN_PRIVATE_H
|
||||
#define CAIRO_PIXMAN_PRIVATE_H
|
||||
|
||||
#include "cairo-pixman-private.h" /* keep make check happy */
|
||||
|
||||
#include <pixman.h>
|
||||
|
||||
#if PIXMAN_VERSION < PIXMAN_VERSION_ENCODE(0,22,0)
|
||||
|
|
@ -43,3 +48,4 @@
|
|||
#define pixman_image_set_component_alpha(i, x) do { } while (0)
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue