Fix crash loading chd file

Ensure chd.c uses the libretro overrides of FILE and friends
since the emulator will really pass it an RFILE*.
This commit is contained in:
Brian Koropoff 2017-09-05 23:13:06 -07:00
parent f8233c6c30
commit 6c57361302

View File

@ -41,6 +41,8 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "types.h"
#include "osd.h"
#include "chd.h"
#include "cdrom.h"
#include "flac.h"