slackbuilds_ponce/libraries/libaacs/libaacs-0.8.1-include-errno.patch
Larry Hajali 23a67b7ab2 libraries/libaacs: Updated for version 0.8.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2015-10-11 23:17:24 +07:00

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