From f6d8b694ebd90296247d374b91819cf2ac27e884 Mon Sep 17 00:00:00 2001 From: "Jason A. Donenfeld" Date: Sat, 31 Oct 2020 14:45:34 +0100 Subject: api: add missing header for rundll32 mode Signed-off-by: Jason A. Donenfeld --- api/rundll32.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'api/rundll32.c') diff --git a/api/rundll32.c b/api/rundll32.c index 40ec3fe..2b2f11d 100644 --- a/api/rundll32.c +++ b/api/rundll32.c @@ -8,6 +8,8 @@ #include "wintun.h" #include +#include +#include #define EXPORT comment(linker, "/EXPORT:" __FUNCTION__ "=" __FUNCDNAME__) -- cgit v1.2.3-59-g8ed1b