diff options
Diffstat (limited to 'runtime/libgcry.c')
-rw-r--r-- | runtime/libgcry.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/runtime/libgcry.c b/runtime/libgcry.c index ef94e8ac..e57ee8bc 100644 --- a/runtime/libgcry.c +++ b/runtime/libgcry.c @@ -43,6 +43,8 @@ #include <gcrypt.h> #include <sys/stat.h> #include <sys/uio.h> +#include <sys/types.h> +#include <unistd.h> #include <fcntl.h> #include <errno.h> @@ -199,6 +201,7 @@ finalize_it: RETiRet; } + gcryctx gcryCtxNew(void) { |