1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-26 12:56:37 +02:00

core: include pthread.h for pthread types

This commit is contained in:
Albert Lee
2025-05-16 01:33:43 +00:00
committed by Sébastien Helleu
parent a0ffb9e5dd
commit e6d850daa0
+2
View File
@@ -20,6 +20,8 @@
#ifndef WEECHAT_HOOK_URL_H
#define WEECHAT_HOOK_URL_H
#include <pthread.h>
struct t_weechat_plugin;
struct t_infolist_item;
struct t_hashtable;