From 373385e90e7c45e4c73929617730e1795a16997e Mon Sep 17 00:00:00 2001 From: Maxi Wuttke Date: Fri, 1 Apr 2022 21:10:41 +0200 Subject: [PATCH] Include `config.h` in `src/config.cafile.c` See --- src/config/cafile.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/config/cafile.c b/src/config/cafile.c index 4ac832bf..2bb3c4d0 100644 --- a/src/config/cafile.c +++ b/src/config/cafile.c @@ -33,6 +33,8 @@ * */ +#include "config.h" + #include #include #include