summaryrefslogtreecommitdiff
path: root/src/core
diff options
context:
space:
mode:
Diffstat (limited to 'src/core')
-rw-r--r--src/core/wee-config-file.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/wee-config-file.h b/src/core/wee-config-file.h
index 44b62e12c..1d826def2 100644
--- a/src/core/wee-config-file.h
+++ b/src/core/wee-config-file.h
@@ -21,6 +21,8 @@
#ifndef WEECHAT_CONFIG_FILE_H
#define WEECHAT_CONFIG_FILE_H
+#include <stdio.h>
+
#define CONFIG_BOOLEAN(option) (*((int *)((option)->value)))
#define CONFIG_BOOLEAN_DEFAULT(option) (*((int *)((option)->default_value)))