diff options
author | LemonBoy <thatlemon@gmail.com> | 2015-10-03 14:32:38 +0200 |
---|---|---|
committer | LemonBoy <thatlemon@gmail.com> | 2015-10-03 14:32:38 +0200 |
commit | b68a30cdfe43bec9cdb0e7c822b66d90ccf8982d (patch) | |
tree | f794dea8c4aae362541baa439e0748fb6a42c281 /src/core | |
parent | da3f2f0d0174675faa1a092722e8298460254112 (diff) | |
download | irssi-b68a30cdfe43bec9cdb0e7c822b66d90ccf8982d.zip |
Include write-buffer.h in log-away.c
Silence a warning and make the world a better place.
Diffstat (limited to 'src/core')
-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; |