From aa4d0dd8188fc8541d36f8926f67d6b6360bdcf1 Mon Sep 17 00:00:00 2001 From: Vitaly Lipatov Date: Sun, 16 Jul 2023 17:17:38 +0300 Subject: [PATCH] include: Include ncrypt.h in wincrypt.h. --- include/wincrypt.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/wincrypt.h b/include/wincrypt.h index 81ae7d040da..0da94a31f73 100644 --- a/include/wincrypt.h +++ b/include/wincrypt.h @@ -26,7 +26,7 @@ extern "C" { #endif #include -/* FIXME: #include */ +#include #ifndef WINADVAPI #ifdef _ADVAPI32_