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:
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"
|
||||
|
||||
Reference in New Issue
Block a user