From e6d850daa01a421340a266ae6b1cd7e8f2ee2cc0 Mon Sep 17 00:00:00 2001 From: Albert Lee Date: Fri, 16 May 2025 01:33:43 +0000 Subject: [PATCH] core: include pthread.h for pthread types --- src/core/hook/hook-url.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/core/hook/hook-url.h b/src/core/hook/hook-url.h index 95de4ebc5..0c7e95c6a 100644 --- a/src/core/hook/hook-url.h +++ b/src/core/hook/hook-url.h @@ -20,6 +20,8 @@ #ifndef WEECHAT_HOOK_URL_H #define WEECHAT_HOOK_URL_H +#include + struct t_weechat_plugin; struct t_infolist_item; struct t_hashtable;