Merge pull request #96 from bkoropoff/chd-load-crash

Fix crash loading chd file
This commit is contained in:
Twinaphex 2017-09-06 16:13:06 +02:00 committed by GitHub
commit fa7de1bf38

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"