From b710a4730940e54ac7ffd5073eecf950997a0484 Mon Sep 17 00:00:00 2001 From: Chris Wilson Date: Mon, 26 Aug 2013 17:18:38 +0100 Subject: Make "make check" happy A recursive include should hide the bare header from check-preprocessor-syntax.sh Signed-off-by: Chris Wilson --- src/cairo-pixman-private.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/cairo-pixman-private.h b/src/cairo-pixman-private.h index 13ec82e2f..d705025c8 100644 --- a/src/cairo-pixman-private.h +++ b/src/cairo-pixman-private.h @@ -35,6 +35,11 @@ * Chris Wilson */ +#ifndef CAIRO_PIXMAN_PRIVATE_H +#define CAIRO_PIXMAN_PRIVATE_H + +#include "cairo-pixman-private.h" /* keep make check happy */ + #include #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 -- cgit v1.2.3