1
0
mirror of https://github.com/irssi/irssi.git synced 2024-06-30 02:45:25 -04:00

Merge pull request #322 from LemonBoy/fix-warning-awaylog

Include write-buffer.h in log-away.c
This commit is contained in:
Alexander Færøy 2015-10-03 14:33:02 +02:00
commit 5e8523c037

View File

@ -24,6 +24,7 @@
#include "log.h"
#include "servers.h"
#include "settings.h"
#include "write-buffer.h"
static LOG_REC *awaylog;
static int away_filepos;