summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2015-05-02 16:35:53 +0200
committerDiogo Franco (Kovensky) <diogomfranco@gmail.com>2015-05-07 10:45:05 +0900
commit99e9294fc9549ce71222a210c5dcbdad4141a3ac (patch)
tree38a7c1021ffb064337bc2ba941117cb9d650228c
parent2ca19ba1b550335c7c3a52f567803b6a19dff1d4 (diff)
downloadmpv-99e9294fc9549ce71222a210c5dcbdad4141a3ac.tar.bz2
mpv-99e9294fc9549ce71222a210c5dcbdad4141a3ac.tar.xz
vo_opengl: gl_lcms: make sure win32 unicode fopen() wrapper is enabled
(cherry picked from commit dce941b99c9e098b8471528908d1509ab040b7a4)
-rw-r--r--video/out/gl_lcms.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/video/out/gl_lcms.c b/video/out/gl_lcms.c
index ab273ffc0b..09441c3d70 100644
--- a/video/out/gl_lcms.c
+++ b/video/out/gl_lcms.c
@@ -36,6 +36,8 @@
#include "gl_video.h"
#include "gl_lcms.h"
+#include "osdep/io.h"
+
#if HAVE_LCMS2
#include <lcms2.h>