1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-07-21 18:24:14 -04:00

fix: Missing pthread include

This commit is contained in:
Rafael Sadowski 2016-10-03 19:06:58 +02:00 committed by Michael Vetter
parent 8fd77ea19b
commit bcaf55e5b8

View File

@ -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;