1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-05 09:13:14 +02:00

tests: add missing include of string.h

This commit is contained in:
Sébastien Helleu
2022-03-10 21:37:13 +01:00
parent aadd0772fe
commit 9a286c65c6
+1
View File
@@ -25,6 +25,7 @@
extern "C"
{
#include <string.h>
#include "src/core/wee-arraylist.h"
#include "src/core/wee-config-file.h"
#include "src/plugins/irc/irc-channel.h"