Source
xxxxxxxxxx
--- apps/irssi/src/perl/module.h 2002-02-10 07:58:06.000000000 -0600
+++ apps/irssi/src/perl/module.h 2008-01-17 04:32:05.000000000 -0600
+#include "common.h"
+
#ifdef NEED_PERL_H
# include <EXTERN.h>
# ifndef _SEM_SEMUN_UNDEFINED
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