Files
macports-ports/irc/silc-client/files/patch-module.h.diff

18 lines
518 B
Diff

--- 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
@@ -1,3 +1,5 @@
+#include "common.h"
+
#ifdef NEED_PERL_H
# include <EXTERN.h>
# 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