mirror of
https://github.com/profanity-im/profanity.git
synced 2024-11-03 19:37:16 -05:00
fix: Missing pthread include
This commit is contained in:
parent
8fd77ea19b
commit
bcaf55e5b8
@ -2,6 +2,7 @@
|
||||
#define TOOLS_HTTP_UPLOAD_H
|
||||
|
||||
#include <curl/curl.h>
|
||||
#include <pthread.h>
|
||||
|
||||
// forward -> ui/win_types.h
|
||||
typedef struct prof_win_t ProfWin;
|
||||
|
Loading…
Reference in New Issue
Block a user