Fix build after recent pixman.h change.

The recent pixman.h change to use configure-generated defines
accidentally broke the build.  Pulling in config.h fixes it.
This commit is contained in:
Torsten Schoenfeld 2006-06-25 15:07:19 +02:00 committed by Carl Worth
parent e32138aa93
commit e747bbd350

View file

@ -74,6 +74,10 @@ SOFTWARE.
* PERFORMANCE OF THIS SOFTWARE.
*/
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#if HAVE_STDINT_H
# include <stdint.h>
#elif HAVE_INTTYPES_H