From 1f398c6c511fa7930ab2d1a38d0aea5925376dae Mon Sep 17 00:00:00 2001 From: akallabeth Date: Sat, 2 Jul 2022 16:17:05 +0200 Subject: [PATCH] Added missing include --- winpr/tools/makecert/makecert.c | 1 + 1 file changed, 1 insertion(+) diff --git a/winpr/tools/makecert/makecert.c b/winpr/tools/makecert/makecert.c index b0942cf0f..68a409d32 100644 --- a/winpr/tools/makecert/makecert.c +++ b/winpr/tools/makecert/makecert.c @@ -31,6 +31,7 @@ #include #include #include +#include #include #include #include