diff options
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; |