From d7b26e88b87ea8243977ee1012a3a7c5eaeac273 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 e19472b63..3876a4d43 100644 --- a/src/core/hook/hook-url.h +++ b/src/core/hook/hook-url.h @@ -22,6 +22,8 @@ #ifndef WEECHAT_HOOK_URL_H #define WEECHAT_HOOK_URL_H +#include + struct t_weechat_plugin; struct t_infolist_item; struct t_hashtable;