pki_gcrypt: Include missing stdbool.h

Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
(cherry picked from commit 8a73e48184)
This commit is contained in:
Andreas Schneider
2019-02-22 11:00:31 +01:00
parent 47014eb273
commit ac7c64a769

View File

@@ -28,6 +28,7 @@
#ifdef HAVE_LIBGCRYPT
#include <assert.h>
#include <stdbool.h>
#include <string.h>
#include <stdlib.h>
#include <gcrypt.h>