http://bugzilla.gnome.org/show_bug.cgi?id=536767 Makes inkscape and claws-mail buildable again. Basically all packages still using GtkCList and single included headers. --- gtk/gtksignal.h.orig 2008-06-12 01:40:59.000000000 -0400 +++ gtk/gtksignal.h 2008-06-11 18:21:47.000000000 -0400 @@ -29,7 +29,9 @@ #ifndef __GTK_SIGNAL_H__ #define __GTK_SIGNAL_H__ -#include +#include +#include +#include #include G_BEGIN_DECLS