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

tests: add missing include of string.h

This commit is contained in:
Sébastien Helleu
2021-11-05 20:21:17 +01:00
parent 9c5837d143
commit 14c6ef3d83
+1
View File
@@ -23,6 +23,7 @@
extern "C"
{
#include <string.h>
#include "src/core/wee-hdata.h"
#include "src/core/wee-config.h"
#include "src/core/wee-hashtable.h"