From: Soren Sandmann Pedersen Date: Tue, 8 May 2007 21:02:44 +0000 (-0400) Subject: Apply bad hack to avoid including config.h X-Git-Tag: pixman-0.9.4~129 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=45c261d75ae348cb4afc6c97d4daa90cfd50e890;p=platform%2Fupstream%2Fpixman.git Apply bad hack to avoid including config.h --- 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