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:
Chris Wilson 2013-08-26 17:18:38 +01:00
parent fb8881e84b
commit b710a47309

View file

@ -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