summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLemonBoy <thatlemon@gmail.com>2015-10-03 14:32:38 +0200
committerLemonBoy <thatlemon@gmail.com>2015-10-03 14:32:38 +0200
commitb68a30cdfe43bec9cdb0e7c822b66d90ccf8982d (patch)
treef794dea8c4aae362541baa439e0748fb6a42c281
parentda3f2f0d0174675faa1a092722e8298460254112 (diff)
downloadirssi-b68a30cdfe43bec9cdb0e7c822b66d90ccf8982d.zip
Include write-buffer.h in log-away.c
Silence a warning and make the world a better place.
-rw-r--r--src/core/log-away.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/log-away.c b/src/core/log-away.c
index c6de721c..e2a0120b 100644
--- a/src/core/log-away.c
+++ b/src/core/log-away.c
@@ -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;