summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2017-02-26 19:11:51 +0100
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2017-03-06 22:24:33 +0100
commitb726cd1f5e273caf9b19a19dbba62a2e89ee8edf (patch)
tree00bd62a7459adb2e7dbdc0679eda490905d1c1de
parente475ebb8d6b13f4289385c28a0efb0c35ebd1509 (diff)
downloadgnutls-b726cd1f5e273caf9b19a19dbba62a2e89ee8edf.tar.gz
crypto.h: include gnutls.h to obtain required types
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
-rw-r--r--lib/includes/gnutls/crypto.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/includes/gnutls/crypto.h b/lib/includes/gnutls/crypto.h
index 9ecb1f2b91..2590d758a3 100644
--- a/lib/includes/gnutls/crypto.h
+++ b/lib/includes/gnutls/crypto.h
@@ -23,6 +23,8 @@
#ifndef GNUTLS_CRYPTO_H
#define GNUTLS_CRYPTO_H
+#include <gnutls/gnutls.h>
+
/* *INDENT-OFF* */
#ifdef __cplusplus
extern "C" {