mirror of
https://github.com/libretro/RetroArch
synced 2025-04-17 02:43:03 +00:00
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 <stdio.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <compat/strl.h>
|
#include <compat/strl.h>
|
||||||
|
#include <compat/strcasestr.h>
|
||||||
#include <retro_math.h>
|
#include <retro_math.h>
|
||||||
#include <retro_timers.h>
|
#include <retro_timers.h>
|
||||||
#include <streams/file_stream.h>
|
#include <streams/file_stream.h>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user