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