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 in relay API protocol tests

This commit is contained in:
Sébastien Helleu
2024-03-17 10:47:46 +01:00
parent f7b8e81941
commit 1f47e7c4f8
@@ -26,6 +26,7 @@
extern "C"
{
#include <unistd.h>
#include <string.h>
#include <cjson/cJSON.h>
#include "src/core/core-config-file.h"
#include "src/core/core-string.h"