1
0
mirror of https://github.com/mpv-player/mpv synced 2025-01-03 05:22:23 +00:00

demux_cue: include io.h for Windows UTF-8 filesystem functions

This commit is contained in:
wm4 2017-04-04 17:45:19 +02:00
parent 54ea3282a0
commit a1ad64a1c8

View File

@ -23,6 +23,8 @@
#include <dirent.h> #include <dirent.h>
#include <inttypes.h> #include <inttypes.h>
#include "osdep/io.h"
#include "mpv_talloc.h" #include "mpv_talloc.h"
#include "misc/bstr.h" #include "misc/bstr.h"