From 4403e7ec32c99ecf079e187d7010d19fe72f0c76 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timo=20Ter=C3=A4s?= Date: Fri, 11 Jun 2021 13:51:13 +0300 Subject: [PATCH] fix glibc build of crypto abstraction header --- src/apk_crypto.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/apk_crypto.h b/src/apk_crypto.h index ac6e828..4697901 100644 --- a/src/apk_crypto.h +++ b/src/apk_crypto.h @@ -11,6 +11,7 @@ #include #include +#include #include #include "apk_openssl.h"