summaryrefslogtreecommitdiff
path: root/src/perl/common/module.h
diff options
context:
space:
mode:
authorTimo Sirainen <cras@irssi.org>2001-01-03 07:34:12 +0000
committercras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564>2001-01-03 07:34:12 +0000
commit1e4c658a188456e957dd99d07b70aa23be5c0dcb (patch)
treeb533cd728d6f5120e7835aa2a9fb53aa630dd31d /src/perl/common/module.h
parentdb66d47e26965c46d7449b7e197f58be58e91ed3 (diff)
downloadirssi-1e4c658a188456e957dd99d07b70aa23be5c0dcb.zip
Removed the "signal" and "last signal" signals. Changed perl's
signaling system to work without them, it should now work faster and better. git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1053 dbcabf3a-b0e7-0310-adc4-f8d773084564
Diffstat (limited to 'src/perl/common/module.h')
-rw-r--r--src/perl/common/module.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/perl/common/module.h b/src/perl/common/module.h
index 7a035c6c..5942bc2c 100644
--- a/src/perl/common/module.h
+++ b/src/perl/common/module.h
@@ -32,6 +32,7 @@
#include "fe-common/core/keyboard.h"
#include "perl/perl-common.h"
+#include "perl/perl-signals.h"
typedef COMMAND_REC *Irssi__Command;
typedef LOG_REC *Irssi__Log;