From 45c261d75ae348cb4afc6c97d4daa90cfd50e890 Mon Sep 17 00:00:00 2001 From: Soren Sandmann Pedersen Date: Tue, 8 May 2007 17:02:44 -0400 Subject: [PATCH] Apply bad hack to avoid including config.h --- pixman/pixman.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/pixman/pixman.h b/pixman/pixman.h index d86ce73..a7ac127 100644 --- a/pixman/pixman.h +++ b/pixman/pixman.h @@ -69,7 +69,11 @@ SOFTWARE. #ifndef PIXMAN_H__ #define PIXMAN_H__ -#include +/* FIXME: bad hack to avoid including config.h in + * an installed header. This should probably be donw + * with an installed pixman-config.h header + */ +#define HAVE_STDINT_H 1 /* * Standard integers -- 2.7.4