mirror of
https://github.com/weechat/weechat.git
synced 2026-06-27 05:16:38 +02:00
core: add missing includes of stdio.h
This commit is contained in:
@@ -20,6 +20,8 @@
|
||||
#ifndef WEECHAT_PLUGIN_LOGGER_BUFFER_H
|
||||
#define WEECHAT_PLUGIN_LOGGER_BUFFER_H
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
struct t_infolist;
|
||||
|
||||
struct t_logger_buffer
|
||||
|
||||
@@ -26,6 +26,7 @@
|
||||
#include <lualib.h>
|
||||
#include <lauxlib.h>
|
||||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
|
||||
#include "../weechat-plugin.h"
|
||||
|
||||
@@ -24,6 +24,7 @@
|
||||
#undef _
|
||||
|
||||
#include <Python.h>
|
||||
#include <stdio.h>
|
||||
#include <sys/types.h>
|
||||
#include <sys/stat.h>
|
||||
#include <unistd.h>
|
||||
|
||||
Reference in New Issue
Block a user