diff --git a/cmdutils.c b/cmdutils.c index 6d13bd6b4d..11a5f03eec 100644 --- a/cmdutils.c +++ b/cmdutils.c @@ -162,6 +162,7 @@ static const OptionDef *find_option(const OptionDef *po, const char *name) #if defined(_WIN32) && !defined(__MINGW32CE__) #include +#include /* Will be leaked on exit */ static char** win32_argv_utf8 = NULL; static int win32_argc = 0;