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

tests: add missing include of stdio.h

This commit is contained in:
Sébastien Helleu
2021-11-21 16:37:23 +01:00
parent 27a480c7d7
commit 15f5bc7944
+1
View File
@@ -23,6 +23,7 @@
extern "C"
{
#include <stdio.h>
#include <string.h>
#include "src/core/wee-hashtable.h"
#include "src/core/wee-infolist.h"