From 1cc91c8f5c7f09e76e4635a24a149c0172c067d3 Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi Date: Tue, 17 Mar 2009 11:30:45 +0000 Subject: [PATCH] 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. --- bindings/perl/Champlain/champlain-perl.h | 1 + 1 file changed, 1 insertion(+) 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 -- 2.39.5