1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-06 17:53:13 +02:00

Include stdio.h for FILE

so this header can be included even if it's not already included
This commit is contained in:
coypoop
2017-11-04 17:58:38 +02:00
committed by GitHub
parent 650242d179
commit 5373908539
+2
View File
@@ -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)))