diff options
author | Alexander Færøy <ahf@0x90.dk> | 2015-10-03 14:33:02 +0200 |
---|---|---|
committer | Alexander Færøy <ahf@0x90.dk> | 2015-10-03 14:33:02 +0200 |
commit | 5e8523c037bc55aaf8d00a35433657d568dfdeb0 (patch) | |
tree | f794dea8c4aae362541baa439e0748fb6a42c281 | |
parent | da3f2f0d0174675faa1a092722e8298460254112 (diff) | |
parent | b68a30cdfe43bec9cdb0e7c822b66d90ccf8982d (diff) | |
download | irssi-5e8523c037bc55aaf8d00a35433657d568dfdeb0.zip |
Merge pull request #322 from LemonBoy/fix-warning-awaylog
Include write-buffer.h in log-away.c
-rw-r--r-- | src/core/log-away.c | 1 |
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; |