From a1ad64a1c80bbeca1d9943e4a7ea86ff0bdcdb57 Mon Sep 17 00:00:00 2001 From: wm4 Date: Tue, 4 Apr 2017 17:45:19 +0200 Subject: demux_cue: include io.h for Windows UTF-8 filesystem functions --- demux/demux_cue.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'demux/demux_cue.c') diff --git a/demux/demux_cue.c b/demux/demux_cue.c index ba97ca0c1b..a8d1176163 100644 --- a/demux/demux_cue.c +++ b/demux/demux_cue.c @@ -23,6 +23,8 @@ #include #include +#include "osdep/io.h" + #include "mpv_talloc.h" #include "misc/bstr.h" -- cgit v1.2.3