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