Always include spice/types.h before pixman so standard int types exist

This commit is contained in:
Larsson@.(none) 2010-02-26 08:56:15 +01:00 committed by unknown
parent ea92e6c063
commit 98f7d96336

View File

@ -19,6 +19,8 @@
#ifndef _H__PIXMAN_UTILS
#define _H__PIXMAN_UTILS
#include <spice/types.h>
#include <pixman.h>
#include <spice/draw.h>