Merge pull request #11414 from jdgleaver/cdrom-strcasestr

libretro-common/cdrom: Add missing compatibility header
This commit is contained in:
Autechre 2020-10-05 14:20:01 +02:00 committed by GitHub
commit a033f4ab62
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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>