1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-25 12:26:40 +02:00

core: add missing includes of stdio.h

This commit is contained in:
Sébastien Helleu
2017-11-04 21:03:15 +01:00
parent 6fb423002b
commit b072586d79
11 changed files with 15 additions and 0 deletions
+1
View File
@@ -26,6 +26,7 @@
#include <lualib.h>
#include <lauxlib.h>
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include "../weechat-plugin.h"