From cb18279d573d5d01cb35f79b8197d165abd1ee36 Mon Sep 17 00:00:00 2001 From: sowle Date: Sat, 26 Dec 2020 03:32:49 +0300 Subject: [PATCH] gcc compilation fixed --- src/crypto/crypto-ops.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/crypto/crypto-ops.c b/src/crypto/crypto-ops.c index 4422f80c..29822831 100644 --- a/src/crypto/crypto-ops.c +++ b/src/crypto/crypto-ops.c @@ -26,7 +26,8 @@ #include #include - +#include +#include #include "warnings.h" #include "crypto-ops.h"