Fix win32 build with pixman 0.18.0

This commit is contained in:
Alexander Larsson 2010-04-08 12:05:10 +02:00
parent 288a9ad03f
commit ee035787ef
2 changed files with 2 additions and 2 deletions

View File

@ -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>

View File

@ -20,7 +20,7 @@
#define _H__PIXMAN_UTILS
#include <spice/types.h>
#define PIXMAN_DONT_DEFINE_STDINT
#include <pixman.h>
#include <spice/draw.h>