comparison plugins/perl/common/module.h @ 11141:7d2dae6e585f

[gaim-migrate @ 13205] I was getting 208K of compiler warnings per .xs file. I tracked it down to this include. John Kelm said it's "a carry over from when I was trying to just get Perl to work again. It should be unnecessary now". committer: Tailor Script <tailor@pidgin.im>
author Richard Laager <rlaager@wiktel.com>
date Thu, 21 Jul 2005 19:29:36 +0000
parents 2b6009535e30
children 0e9e2b923d09
comparison
equal deleted inserted replaced
11140:cc32241581e9 11141:7d2dae6e585f
9 #undef pipe 9 #undef pipe
10 #endif 10 #endif
11 #include <EXTERN.h> 11 #include <EXTERN.h>
12 #include <perl.h> 12 #include <perl.h>
13 #include <XSUB.h> 13 #include <XSUB.h>
14 #include <embedvar.h>
15 14
16 #undef group 15 #undef group
17 16
18 #include "../perl-common.h" 17 #include "../perl-common.h"
19 18