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 Marc-André Lureau
parent 196e75a55f
commit 561ffc8fa4

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>