summaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2010-04-08 12:05:10 +0200
committerAlexander Larsson <alexl@redhat.com>2010-04-12 21:43:15 +0200
commitee035787effaa86d16632b142897aaf3fa29c341 (patch)
tree4e0d6b1e83d97d9eefc8260c41590037b969eec7 /common
parent288a9ad03f52d1fee507c25cf09ebe8b6b4aca05 (diff)
downloadspice-ee035787effaa86d16632b142897aaf3fa29c341.tar.gz
spice-ee035787effaa86d16632b142897aaf3fa29c341.tar.xz
spice-ee035787effaa86d16632b142897aaf3fa29c341.zip
Fix win32 build with pixman 0.18.0
Diffstat (limited to 'common')
-rw-r--r--common/lines.h2
-rw-r--r--common/pixman_utils.h2
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 <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 ef0cb2b7..9fb1be1c 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>