From ee035787effaa86d16632b142897aaf3fa29c341 Mon Sep 17 00:00:00 2001 From: Alexander Larsson Date: Thu, 8 Apr 2010 12:05:10 +0200 Subject: [PATCH] Fix win32 build with pixman 0.18.0 --- common/lines.h | 2 +- common/pixman_utils.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/common/lines.h b/common/lines.h index b5f7725b..33c8ea90 100644 --- a/common/lines.h +++ b/common/lines.h @@ -49,7 +49,7 @@ SOFTWARE. #ifndef LINES_H #define LINES_H -#include +#include #include #include #include diff --git a/common/pixman_utils.h b/common/pixman_utils.h index ef0cb2b7..9fb1be1c 100644 --- a/common/pixman_utils.h +++ b/common/pixman_utils.h @@ -20,7 +20,7 @@ #define _H__PIXMAN_UTILS #include - +#define PIXMAN_DONT_DEFINE_STDINT #include #include