summaryrefslogtreecommitdiffstats
path: root/common/lines.h
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/lines.h
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/lines.h')
-rw-r--r--common/lines.h2
1 files changed, 1 insertions, 1 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>