diff options
Diffstat (limited to 'compat/w32dlfcn.h')
-rw-r--r-- | compat/w32dlfcn.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compat/w32dlfcn.h b/compat/w32dlfcn.h index 78cc8f4..c83bdc9 100644 --- a/compat/w32dlfcn.h +++ b/compat/w32dlfcn.h @@ -21,6 +21,7 @@ #ifdef _WIN32 #include <windows.h> +#include "config.h" #if (_WIN32_WINNT < 0x0602) || HAVE_WINRT #include "libavutil/wchar_filename.h" #endif |