summaryrefslogtreecommitdiffstats
path: root/video
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2015-05-02 16:35:53 +0200
committerwm4 <wm4@nowhere>2015-05-02 16:35:53 +0200
commitdce941b99c9e098b8471528908d1509ab040b7a4 (patch)
tree5aa653dc79c194352d6daa23bdf6667b45aedb78 /video
parentaeea250ab3f69d9771a122d3d8c3e422e216d64c (diff)
downloadmpv-dce941b99c9e098b8471528908d1509ab040b7a4.tar.bz2
mpv-dce941b99c9e098b8471528908d1509ab040b7a4.tar.xz
vo_opengl: gl_lcms: make sure win32 unicode fopen() wrapper is enabled
Diffstat (limited to 'video')
-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 b00fcb62a6..6d7b68a0bd 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>