summaryrefslogtreecommitdiffstats
path: root/stream
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2017-11-12 16:20:24 +0100
committerwm4 <wm4@nowhere>2017-11-12 16:43:34 +0100
commit41cefe3e1f12b1d74355fad83f9d56091f278c05 (patch)
tree1e75071732edfea6a83863d073204255dfa5e634 /stream
parent987291d0427518ec85b8113bb1d91dfdc2ef6149 (diff)
downloadmpv-41cefe3e1f12b1d74355fad83f9d56091f278c05.tar.bz2
mpv-41cefe3e1f12b1d74355fad83f9d56091f278c05.tar.xz
stream_libarchive, osdep: use stubs for POSIX 2008 locale on MinGW
Diffstat (limited to 'stream')
-rw-r--r--stream/stream_libarchive.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/stream/stream_libarchive.h b/stream/stream_libarchive.h
index 939d6fa65a..56e86a6baa 100644
--- a/stream/stream_libarchive.h
+++ b/stream/stream_libarchive.h
@@ -1,4 +1,5 @@
#include <locale.h>
+#include "osdep/io.h"
struct mp_log;