summaryrefslogtreecommitdiffstats
path: root/demux
diff options
context:
space:
mode:
authornanahi <130121847+na-na-hi@users.noreply.github.com>2024-02-19 03:41:45 -0500
committersfan5 <sfan5@live.de>2024-02-23 21:35:57 +0100
commit84015959cc5d36d8973b2f07ece066902bbbdbe7 (patch)
treefca1aec3c77de0218a4f5c3b7d89713c36f68482 /demux
parentc36e051470dceb24c75d36316490e063a77dacba (diff)
downloadmpv-84015959cc5d36d8973b2f07ece066902bbbdbe7.tar.bz2
mpv-84015959cc5d36d8973b2f07ece066902bbbdbe7.tar.xz
osdep/io: move I/O utility functions to misc/io_utils
The purpose of osdep/io is to provide a wrapper for POSIX I/O functions on Windows. The last 2 functions are utility functions which don't serve this purpose. Move them to a separate file.
Diffstat (limited to 'demux')
-rw-r--r--demux/cache.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/demux/cache.c b/demux/cache.c
index 562eab087b..dc0e91b74a 100644
--- a/demux/cache.c
+++ b/demux/cache.c
@@ -26,6 +26,7 @@
#include "common/msg.h"
#include "common/av_common.h"
#include "demux.h"
+#include "misc/io_utils.h"
#include "options/path.h"
#include "options/m_config.h"
#include "options/m_option.h"