summaryrefslogtreecommitdiffstats
path: root/common/pixman_utils.h
diff options
context:
space:
mode:
authorLarsson@.(none) <Larsson@.(none)>2010-02-26 08:56:15 +0100
committerunknown <Alexander Larsson@.(none)>2010-03-01 15:12:33 +0100
commit98f7d96336d2e05f770918f8977f5909f2fac44a (patch)
treee09d96a8d0dd31d0c3a988629efae5cb690b8429 /common/pixman_utils.h
parentea92e6c063eb667f1eb69ce1103987c461d56219 (diff)
downloadspice-98f7d96336d2e05f770918f8977f5909f2fac44a.tar.gz
spice-98f7d96336d2e05f770918f8977f5909f2fac44a.tar.xz
spice-98f7d96336d2e05f770918f8977f5909f2fac44a.zip
Always include spice/types.h before pixman so standard int types exist
Diffstat (limited to 'common/pixman_utils.h')
-rw-r--r--common/pixman_utils.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/common/pixman_utils.h b/common/pixman_utils.h
index fb8dd02f..ef0cb2b7 100644
--- a/common/pixman_utils.h
+++ b/common/pixman_utils.h
@@ -19,6 +19,8 @@
#ifndef _H__PIXMAN_UTILS
#define _H__PIXMAN_UTILS
+#include <spice/types.h>
+
#include <pixman.h>
#include <spice/draw.h>