1
0
mirror of https://github.com/libretro/RetroArch synced 2024-07-08 12:15:49 +00:00

libretro-common/cdrom: Add missing compatibility header

This commit is contained in:
jdgleaver 2020-10-05 10:28:45 +01:00
parent 1496fda9bf
commit 6c8c8b73f2

View File

@ -29,6 +29,7 @@
#include <stdio.h>
#include <string.h>
#include <compat/strl.h>
#include <compat/strcasestr.h>
#include <retro_math.h>
#include <retro_timers.h>
#include <streams/file_stream.h>