Merge pull request #11414 from jdgleaver/cdrom-strcasestr
libretro-common/cdrom: Add missing compatibility header
This commit is contained in:
commit
a033f4ab62
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue