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 in plugin API info tests

This commit is contained in:
Sébastien Helleu
2023-12-15 13:51:32 +01:00
parent 1cc59edfcc
commit 07fbd30948
@@ -29,6 +29,7 @@ extern "C"
#define HAVE_CONFIG_H
#endif
#include <unistd.h>
#include <string.h>
#include "src/core/weechat.h"
#include "src/core/wee-config.h"
#include "src/core/wee-config-file.h"