diff options
-rw-r--r-- | src/cairo-pixman-private.h | 6 |
1 files changed, 6 insertions, 0 deletions
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 <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 |