1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-30 23:06:38 +02:00

Merge pull request #1094 from coypoop/patch-1

Include stdio.h for FILE
This commit is contained in:
Sébastien Helleu
2017-11-04 20:56:12 +01:00
committed by GitHub
+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)))