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

tests: add missing include of string.h

This commit is contained in:
Sébastien Helleu
2023-07-15 16:24:16 +02:00
parent 6b9dd2add3
commit a457e22d57
+1
View File
@@ -25,6 +25,7 @@
extern "C"
{
#include <string.h>
#include <sys/utsname.h>
#include "src/core/wee-config-file.h"
#include "src/core/wee-hook.h"