diff libpurple/plugins/perl/perl-common.h @ 23648:ab5b9acebde3

Update the Perl plugin loader to work with Perl 5.10. I don't think this will break compiling with older versions (note that Perl micro versions are not binary compatible). Update the win32 build to use (and require and upgrade to Perl 5.10). Fixes #5137
author Daniel Atallah <daniel.atallah@gmail.com>
date Mon, 28 Jul 2008 00:52:54 +0000
parents 3a41eb457605
children df9e569b8f1f
line wrap: on
line diff
--- a/libpurple/plugins/perl/perl-common.h	Sun Jul 27 23:57:00 2008 +0000
+++ b/libpurple/plugins/perl/perl-common.h	Mon Jul 28 00:52:54 2008 +0000
@@ -5,9 +5,9 @@
 #ifdef _WIN32
 #undef pipe
 #endif
+#include <perl.h>
 #include <XSUB.h>
 #include <EXTERN.h>
-#include <perl.h>
 
 /* XXX: perl defines it's own _ but I think it's safe to undef it */
 #undef _