summaryrefslogtreecommitdiff
path: root/src/core/wee-string.c
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2017-11-04 21:03:15 +0100
committerSébastien Helleu <flashcode@flashtux.org>2017-11-04 21:03:15 +0100
commitb072586d79ebc0509dd08b6f4f4f2880b33cedfa (patch)
tree98c2b9ffa0e240f71afb934e3380ff394a673378 /src/core/wee-string.c
parent6fb423002b419f1460f51e8239eaac3a5655f78a (diff)
downloadweechat-b072586d79ebc0509dd08b6f4f4f2880b33cedfa.zip
core: add missing includes of stdio.h
Diffstat (limited to 'src/core/wee-string.c')
-rw-r--r--src/core/wee-string.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/wee-string.c b/src/core/wee-string.c
index b6765d9b7..83ad9c447 100644
--- a/src/core/wee-string.c
+++ b/src/core/wee-string.c
@@ -24,6 +24,7 @@
#endif
#include <stdlib.h>
+#include <stdio.h>
#include <errno.h>
#include <stdarg.h>
#include <string.h>