]> err.no Git - libchamplain/commitdiff
Always include gtk2perl.h explicitly
authorEmmanuele Bassi <ebassi@gnome.org>
Tue, 17 Mar 2009 11:30:45 +0000 (11:30 +0000)
committerPierre-Luc Beaudoin <pierre-luc@pierlux.com>
Wed, 25 Mar 2009 08:06:19 +0000 (10:06 +0200)
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

index 73f7535911283056d45d412a0553e27d6cd96dcc..e571663cf2e3e8c70d970b1a2fc7660dcb544798 100644 (file)
@@ -6,6 +6,7 @@
 #include <champlain/champlain.h>
 
 #ifdef CHAMPLAINPERL_GTK
+#include <gtk2perl.h>
 #include <champlain-gtk/champlain-gtk.h>
 #endif