mirror of
https://github.com/irssi/irssi.git
synced 2026-08-16 23:22:16 +02:00
Merge pull request #322 from LemonBoy/fix-warning-awaylog
Include write-buffer.h in log-away.c
This commit is contained in:
commit
5e8523c037
1 changed files with 1 additions and 0 deletions
|
|
@ -24,6 +24,7 @@
|
||||||
#include "log.h"
|
#include "log.h"
|
||||||
#include "servers.h"
|
#include "servers.h"
|
||||||
#include "settings.h"
|
#include "settings.h"
|
||||||
|
#include "write-buffer.h"
|
||||||
|
|
||||||
static LOG_REC *awaylog;
|
static LOG_REC *awaylog;
|
||||||
static int away_filepos;
|
static int away_filepos;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue