diff options
author | Alexander Larsson <alexl@redhat.com> | 2010-04-08 12:05:10 +0200 |
---|---|---|
committer | Alexander Larsson <alexl@redhat.com> | 2010-04-12 21:43:15 +0200 |
commit | ee035787effaa86d16632b142897aaf3fa29c341 (patch) | |
tree | 4e0d6b1e83d97d9eefc8260c41590037b969eec7 /common | |
parent | 288a9ad03f52d1fee507c25cf09ebe8b6b4aca05 (diff) |
Fix win32 build with pixman 0.18.0
Diffstat (limited to 'common')
-rw-r--r-- | common/lines.h | 2 | ||||
-rw-r--r-- | common/pixman_utils.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/common/lines.h b/common/lines.h index b5f7725..33c8ea9 100644 --- a/common/lines.h +++ b/common/lines.h @@ -49,7 +49,7 @@ SOFTWARE. #ifndef LINES_H #define LINES_H -#include <pixman.h> +#include <pixman_utils.h> #include <stdlib.h> #include <string.h> #include <spice/draw.h> diff --git a/common/pixman_utils.h b/common/pixman_utils.h index ef0cb2b..9fb1be1 100644 --- a/common/pixman_utils.h +++ b/common/pixman_utils.h @@ -20,7 +20,7 @@ #define _H__PIXMAN_UTILS #include <spice/types.h> - +#define PIXMAN_DONT_DEFINE_STDINT #include <pixman.h> #include <spice/draw.h> |