1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-28 22:06:38 +02:00

tests: relay: add missing <string.h> include

Fixes build error on Fedora 40.
This commit is contained in:
LuK1337
2024-05-26 12:02:05 +02:00
committed by Sébastien Helleu
parent 73720cf792
commit 94ff5e5758
@@ -25,6 +25,7 @@
extern "C"
{
#include <string.h>
#include <cjson/cJSON.h>
#include "src/core/core-config-file.h"
#include "src/plugins/relay/relay.h"