From 96fbfc8612b7851afb4990569e6b3dc2c0f46ba0 Mon Sep 17 00:00:00 2001 From: Julius Pfrommer Date: Tue, 22 Oct 2024 21:50:12 +0200 Subject: [PATCH] fix(tests): Add a missing include to check_crl_validation.c (required for clang) --- tests/encryption/check_crl_validation.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/encryption/check_crl_validation.c b/tests/encryption/check_crl_validation.c index c9af7c63a..9c4c08d5e 100644 --- a/tests/encryption/check_crl_validation.c +++ b/tests/encryption/check_crl_validation.c @@ -13,6 +13,8 @@ #include #include +#include + #include "certificates.h" #include "check.h" #include "thread_wrapper.h"