From 362933c29eba66ccca4d416f3489353262a59268 Mon Sep 17 00:00:00 2001 From: Emanuele Giaquinta Date: Mon, 23 Apr 2007 08:30:36 +0000 Subject: [PATCH] Add workaround for gcc 4.0.0/4.0.1, bug #219. git-svn-id: http://svn.irssi.org/repos/irssi/trunk@4458 dbcabf3a-b0e7-0310-adc4-f8d773084564 --- src/perl/module.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/perl/module.h b/src/perl/module.h index e12482ab..9a2e8063 100644 --- a/src/perl/module.h +++ b/src/perl/module.h @@ -1,3 +1,5 @@ +#include "common.h" + #ifdef NEED_PERL_H # include # ifndef _SEM_SEMUN_UNDEFINED @@ -16,8 +18,6 @@ extern PerlInterpreter *my_perl; /* must be called my_perl or some perl implementations won't work */ #endif -#include "common.h" - #define MODULE_NAME "perl/core" /* Change this every time when some API changes between irssi's perl module