From 899e085a913fe114c72929a91338629128f517a2 Mon Sep 17 00:00:00 2001 From: "Jason A. Donenfeld" Date: Fri, 23 Jul 2021 18:19:00 +0200 Subject: api: build with WDK Makes builds more reproducable, as we can do our next release using the EWDK, an all-in-one ISO of build tools from Microsoft. Signed-off-by: Jason A. Donenfeld --- api/rundll32.c | 1 + 1 file changed, 1 insertion(+) (limited to 'api/rundll32.c') diff --git a/api/rundll32.c b/api/rundll32.c index ca77b7f..80ada15 100644 --- a/api/rundll32.c +++ b/api/rundll32.c @@ -4,6 +4,7 @@ */ #include "entry.h" +#include #if ACCEPT_WOW64 == 1 -- cgit v1.2.3-59-g8ed1b