diff options
author | Timo Sirainen <cras@irssi.org> | 2001-07-25 20:07:10 +0000 |
---|---|---|
committer | cras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564> | 2001-07-25 20:07:10 +0000 |
commit | 7a9a50f70b044738ab546ce5422048f397528e5f (patch) | |
tree | 5b98a0a26972978085d24130dd0664836a601290 /src/irc/proxy/proxy.c | |
parent | 5eca2d861fbf33626054dc1720eb6fc1a2b3fa0f (diff) | |
download | irssi-7a9a50f70b044738ab546ce5422048f397528e5f.zip |
get the version from IRSSI_VERSION, not VERSION. #include "signals.h" was
missing from proxy.c
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1649 dbcabf3a-b0e7-0310-adc4-f8d773084564
Diffstat (limited to 'src/irc/proxy/proxy.c')
-rw-r--r-- | src/irc/proxy/proxy.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/irc/proxy/proxy.c b/src/irc/proxy/proxy.c index 949df9f2..84e1ed64 100644 --- a/src/irc/proxy/proxy.c +++ b/src/irc/proxy/proxy.c @@ -19,6 +19,7 @@ */ #include "module.h" +#include "signals.h" #include "settings.h" #include "levels.h" |