1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-28 22:06:38 +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 0407a08888
commit d7b26e88b8
+2
View File
@@ -22,6 +22,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;