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:
@@ -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)))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user