mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
23a67b7ab2
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
10 lines
217 B
Diff
10 lines
217 B
Diff
--- libaacs-0.8.1/src/libaacs/crypto.c
|
|
+++ libaacs-0.8.1/src/libaacs/crypto.c
|
|
@@ -37,6 +37,7 @@
|
|
|
|
#ifdef HAVE_PTHREAD_H
|
|
#if GCRYPT_VERSION_NUMBER < 0x010600
|
|
+#include <errno.h>
|
|
#include <pthread.h>
|
|
#endif
|
|
#endif
|