From ba9327ea65310d9e15acb5791980a7d766c9f986 Mon Sep 17 00:00:00 2001 From: Luca Barbato Date: Mon, 25 Apr 2011 15:30:42 +0200 Subject: win32: include the correct header in cmdutils.c CommandLineToArgvW requires windows.h, include it directly --- cmdutils.c | 1 + 1 file changed, 1 insertion(+) (limited to 'cmdutils.c') diff --git a/cmdutils.c b/cmdutils.c index f25f61d4e5..d15aba0635 100644 --- a/cmdutils.c +++ b/cmdutils.c @@ -156,6 +156,7 @@ static const OptionDef* find_option(const OptionDef *po, const char *name){ } #if defined(_WIN32) && !defined(__MINGW32CE__) +#include /* Will be leaked on exit */ static char** win32_argv_utf8 = NULL; static int win32_argc = 0; -- cgit v1.2.3