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

tests: add missing include of string.h

This commit is contained in:
Sébastien Helleu
2025-11-10 13:39:03 +01:00
parent 7051dd4351
commit 3a3dec985d
+1
View File
@@ -31,6 +31,7 @@ extern "C"
#ifndef HAVE_CONFIG_H
#define HAVE_CONFIG_H
#endif
#include <string.h>
#include "src/core/weechat.h"
#include "src/core/core-command.h"
#include "src/core/core-input.h"