diff options
author | Timo Sirainen <cras@irssi.org> | 2002-11-10 10:14:18 +0000 |
---|---|---|
committer | cras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564> | 2002-11-10 10:14:18 +0000 |
commit | 902280eca78875a82619770cc94afe88ae418a8c (patch) | |
tree | 7e3a597cc4047f7dde4ea41df796332427225be5 /src/perl/perl-sources.c | |
parent | 14f3c0c2e5f62b9671a0489b00dac4e6e5b4b8e9 (diff) | |
download | irssi-902280eca78875a82619770cc94afe88ae418a8c.zip |
Irssi::timeout_add(), timeout_add_once() and input_add() were buggy.
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2992 dbcabf3a-b0e7-0310-adc4-f8d773084564
Diffstat (limited to 'src/perl/perl-sources.c')
-rw-r--r-- | src/perl/perl-sources.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/perl/perl-sources.c b/src/perl/perl-sources.c index c4d323e6..9379601c 100644 --- a/src/perl/perl-sources.c +++ b/src/perl/perl-sources.c @@ -24,6 +24,7 @@ #include "perl-core.h" #include "perl-common.h" +#include "perl-sources.h" typedef struct { PERL_SCRIPT_REC *script; |