mirror of
https://github.com/owntone/owntone-server.git
synced 2024-12-26 23:25:56 -05:00
[main] Re-include pthread.h that was removed in pr #334, needs to be
here because it is used by the gcrypt macro
This commit is contained in:
parent
91ae0c1ec6
commit
5dc8eea4c2
@ -50,6 +50,7 @@
|
||||
#include <libavformat/avformat.h>
|
||||
#include <libavfilter/avfilter.h>
|
||||
|
||||
#include <pthread.h>
|
||||
#include <gcrypt.h>
|
||||
GCRY_THREAD_OPTION_PTHREAD_IMPL;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user