diff options
Diffstat (limited to 'crypto/tlscredspsk.c')
-rw-r--r-- | crypto/tlscredspsk.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/crypto/tlscredspsk.c b/crypto/tlscredspsk.c index f5a31108d1..752f2d92be 100644 --- a/crypto/tlscredspsk.c +++ b/crypto/tlscredspsk.c @@ -29,6 +29,8 @@ #ifdef CONFIG_GNUTLS +#include <gnutls/gnutls.h> + static int lookup_key(const char *pskfile, const char *username, gnutls_datum_t *key, Error **errp) |