libretro-common/cdrom: Add missing compatibility header
This commit is contained in:
parent
1496fda9bf
commit
6c8c8b73f2
|
@ -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…
Reference in New Issue