From 8557250bce74e18681b8d569298846be2200a35a Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Wed, 24 Apr 2013 11:42:47 +0200 Subject: fix invalid include dependency in encryption support --- runtime/libgcry.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtime/libgcry.h b/runtime/libgcry.h index 83aa80cc..b77b0f9e 100644 --- a/runtime/libgcry.h +++ b/runtime/libgcry.h @@ -20,7 +20,7 @@ */ #ifndef INCLUDED_LIBGCRY_H #define INCLUDED_LIBGCRY_H -#include +#include struct gcryctx_s { -- cgit v1.2.3