summaryrefslogtreecommitdiff
path: root/egg
diff options
context:
space:
mode:
authorStef Walter <stefw@redhat.com>2014-09-13 08:33:58 +0200
committerStef Walter <stefw@redhat.com>2014-09-13 08:34:12 +0200
commit45bb5bebf422a83137f8b69c9e726c3bdaf021c5 (patch)
tree26bbf68b2e4c1117a9586cf839aa313188efca56 /egg
parent8c9c1a8fcadff500bc39f71acb411763e7afbe3f (diff)
downloadgnome-keyring-45bb5bebf422a83137f8b69c9e726c3bdaf021c5.tar.gz
egg: Fix libgcrypt initialization for libgcrypt older than 1.6
A header was missing
Diffstat (limited to 'egg')
-rw-r--r--egg/egg-libgcrypt.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/egg/egg-libgcrypt.c b/egg/egg-libgcrypt.c
index ec991bcc..61fe115f 100644
--- a/egg/egg-libgcrypt.c
+++ b/egg/egg-libgcrypt.c
@@ -28,6 +28,7 @@
#include <gcrypt.h>
#include <errno.h>
+#include <pthread.h>
EGG_SECURE_DECLARE (libgcrypt);