diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2017-11-04 21:03:15 +0100 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2017-11-04 21:03:15 +0100 |
commit | b072586d79ebc0509dd08b6f4f4f2880b33cedfa (patch) | |
tree | 98c2b9ffa0e240f71afb934e3380ff394a673378 /src/core/wee-log.h | |
parent | 6fb423002b419f1460f51e8239eaac3a5655f78a (diff) | |
download | weechat-b072586d79ebc0509dd08b6f4f4f2880b33cedfa.zip |
core: add missing includes of stdio.h
Diffstat (limited to 'src/core/wee-log.h')
-rw-r--r-- | src/core/wee-log.h | 2 |
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; |