From b68a30cdfe43bec9cdb0e7c822b66d90ccf8982d Mon Sep 17 00:00:00 2001 From: LemonBoy Date: Sat, 3 Oct 2015 14:32:38 +0200 Subject: [PATCH] Include write-buffer.h in log-away.c Silence a warning and make the world a better place. --- src/core/log-away.c | 1 + 1 file changed, 1 insertion(+) 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;