summaryrefslogtreecommitdiff
path: root/src/core/wee-log.h
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2017-11-04 21:03:15 +0100
committerSébastien Helleu <flashcode@flashtux.org>2017-11-04 21:03:15 +0100
commitb072586d79ebc0509dd08b6f4f4f2880b33cedfa (patch)
tree98c2b9ffa0e240f71afb934e3380ff394a673378 /src/core/wee-log.h
parent6fb423002b419f1460f51e8239eaac3a5655f78a (diff)
downloadweechat-b072586d79ebc0509dd08b6f4f4f2880b33cedfa.zip
core: add missing includes of stdio.h
Diffstat (limited to 'src/core/wee-log.h')
-rw-r--r--src/core/wee-log.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/wee-log.h b/src/core/wee-log.h
index d2231f9a4..214d8164b 100644
--- a/src/core/wee-log.h
+++ b/src/core/wee-log.h
@@ -20,6 +20,8 @@
#ifndef WEECHAT_LOG_H
#define WEECHAT_LOG_H
+#include <stdio.h>
+
extern char *weechat_log_filename;
extern FILE *weechat_log_file;
extern int weechat_log_use_time;