From 561ffc8fa49b4677cfdc8bcad0fdc69d30c15402 Mon Sep 17 00:00:00 2001 From: "Larsson@.(none)" Date: Fri, 26 Feb 2010 08:56:15 +0100 Subject: [PATCH] Always include spice/types.h before pixman so standard int types exist --- common/pixman_utils.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/common/pixman_utils.h b/common/pixman_utils.h index fb8dd02..ef0cb2b 100644 --- a/common/pixman_utils.h +++ b/common/pixman_utils.h @@ -19,6 +19,8 @@ #ifndef _H__PIXMAN_UTILS #define _H__PIXMAN_UTILS +#include + #include #include