From 703de5d84eec087e21ce15b7eb4be9d6e2336d50 Mon Sep 17 00:00:00 2001 From: wm4 Date: Wed, 2 Jul 2014 22:01:56 +0200 Subject: cache_file: use unicode on windows This enables the MinGW Windows crap wrapper for fopen(). --- stream/cache_file.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/stream/cache_file.c b/stream/cache_file.c index dfdd8390dc..fc9b0e1a4b 100644 --- a/stream/cache_file.c +++ b/stream/cache_file.c @@ -17,6 +17,8 @@ #include #include +#include "osdep/io.h" + #include "common/common.h" #include "common/msg.h" -- cgit v1.2.3