From 72039b66e4c87b80c6f98243032a51c81d4232ab Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Tue, 6 Jul 2010 08:15:50 -0400 Subject: Include alias header when using built-in loaders If we're building a loader like png into gdk-pixbuf, we need to include the alias header. Otherwise we get internal PLT entries, which makes make check fail. https://bugzilla.gnome.org/show_bug.cgi?id=623314 --- gdk-pixbuf/io-xpm.c | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'gdk-pixbuf/io-xpm.c') diff --git a/gdk-pixbuf/io-xpm.c b/gdk-pixbuf/io-xpm.c index 5d7becec4..558609eb3 100644 --- a/gdk-pixbuf/io-xpm.c +++ b/gdk-pixbuf/io-xpm.c @@ -34,6 +34,12 @@ #include #include "gdk-pixbuf-private.h" #include + +#ifdef INCLUDE_xpm +#include "gdk-pixbuf-alias.h" +#endif + + /* I have must have done something to deserve this. -- cgit v1.2.1