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

This commit is contained in:
Sébastien Helleu
2026-06-08 23:17:19 +02:00
parent 4c6c55befe
commit dd9ef2f4d9
@@ -27,6 +27,7 @@
extern "C" extern "C"
{ {
#include <string.h>
#include <time.h> #include <time.h>
#include <sys/time.h> #include <sys/time.h>
#include <cjson/cJSON.h> #include <cjson/cJSON.h>