diff options
author | Wouter Coekaerts <coekie@irssi.org> | 2010-02-25 19:42:58 +0000 |
---|---|---|
committer | coekie <coekie@dbcabf3a-b0e7-0310-adc4-f8d773084564> | 2010-02-25 19:42:58 +0000 |
commit | bf6afc4a94815439465ab7a5db57beb764dbcab5 (patch) | |
tree | 2e59999fb39429c0a13f46b2c749ff3b71d601a2 /src | |
parent | 63c2c081572768fe4d10fba5348454acc46bfe4a (diff) | |
download | irssi-bf6afc4a94815439465ab7a5db57beb764dbcab5.zip |
Add missing include of misc.h for g_input_add_poll (Bug #740)
git-svn-id: file:///var/www/svn.irssi.org/SVN/irssi/trunk@5119 dbcabf3a-b0e7-0310-adc4-f8d773084564
Diffstat (limited to 'src')
-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 95d77b9e..1697dbd2 100644 --- a/src/perl/perl-sources.c +++ b/src/perl/perl-sources.c @@ -25,6 +25,7 @@ #include "perl-core.h" #include "perl-common.h" #include "perl-sources.h" +#include "misc.h" typedef struct { PERL_SCRIPT_REC *script; |