cache_file: use unicode on windows

This enables the MinGW Windows crap wrapper for fopen().
This commit is contained in:
wm4 2014-07-02 22:01:56 +02:00
parent 4f5f034ba2
commit 703de5d84e
1 changed files with 2 additions and 0 deletions

View File

@ -17,6 +17,8 @@
#include <stdio.h>
#include <stdint.h>
#include "osdep/io.h"
#include "common/common.h"
#include "common/msg.h"