mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@33061 d073be05-634f-4543-b044-5fe20cf6d1d6
18 lines
518 B
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
|