]> git.sesse.net Git - ffmpeg/blobdiff - cmdutils.c
doc/Makefile: Add missing $(HOSTEXESUF) to print_options
[ffmpeg] / cmdutils.c
index 024c8019514bae2117cf035bb676c88ef970f03f..e90a9ee6fb9d0204c1d3d92e2643c46ea9f848b7 100644 (file)
@@ -190,6 +190,7 @@ static const OptionDef *find_option(const OptionDef *po, const char *name)
 
 #if defined(_WIN32) && !defined(__MINGW32CE__)
 #include <windows.h>
+#include <shellapi.h>
 /* Will be leaked on exit */
 static char** win32_argv_utf8 = NULL;
 static int win32_argc = 0;