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
This commit is contained in:
Timo Sirainen 2001-07-25 20:07:10 +00:00 committed by cras
commit 7a9a50f70b
2 changed files with 5 additions and 3 deletions

View file

@ -19,6 +19,7 @@
*/
#include "module.h"
#include "signals.h"
#include "settings.h"
#include "levels.h"