summaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
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>