1
0
mirror of https://github.com/irssi/irssi.git synced 2024-07-21 03:14:16 -04:00

Include write-buffer.h in log-away.c

Silence a warning and make the world a better place.
This commit is contained in:
LemonBoy 2015-10-03 14:32:38 +02:00
parent da3f2f0d01
commit b68a30cdfe

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;