aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Schneider <asn@cryptomilk.org>2019-02-22 11:00:31 +0100
committerAndreas Schneider <asn@cryptomilk.org>2019-02-22 11:42:26 +0100
commitac7c64a76915fa35287782ee9da685d2f59cabea (patch)
treeb84ec1815a316018a7b072f101ae92659e934905
parent47014eb2732c93781ad91128820b5def49c0903e (diff)
downloadlibssh-ac7c64a76915fa35287782ee9da685d2f59cabea.tar.gz
libssh-ac7c64a76915fa35287782ee9da685d2f59cabea.tar.xz
libssh-ac7c64a76915fa35287782ee9da685d2f59cabea.zip
pki_gcrypt: Include missing stdbool.h
Signed-off-by: Andreas Schneider <asn@cryptomilk.org> (cherry picked from commit 8a73e481845cda7c29e350e92300dcec0e314f69)
-rw-r--r--src/pki_gcrypt.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/pki_gcrypt.c b/src/pki_gcrypt.c
index 1362229d..cf9ac781 100644
--- a/src/pki_gcrypt.c
+++ b/src/pki_gcrypt.c
@@ -28,6 +28,7 @@
#ifdef HAVE_LIBGCRYPT
#include <assert.h>
+#include <stdbool.h>
#include <string.h>
#include <stdlib.h>
#include <gcrypt.h>