From: Emmanuele Bassi Date: Tue, 17 Mar 2009 11:30:45 +0000 (+0000) Subject: Always include gtk2perl.h explicitly X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1cc91c8f5c7f09e76e4635a24a149c0172c067d3;p=libchamplain Always include gtk2perl.h explicitly When building the libchamplain-gtk bindings we should explicitly include gtk2perl.h and not assume that clutterperl.h brings it in. --- diff --git a/bindings/perl/Champlain/champlain-perl.h b/bindings/perl/Champlain/champlain-perl.h index 73f7535..e571663 100644 --- a/bindings/perl/Champlain/champlain-perl.h +++ b/bindings/perl/Champlain/champlain-perl.h @@ -6,6 +6,7 @@ #include #ifdef CHAMPLAINPERL_GTK +#include #include #endif