mirror of
https://github.com/libretro/RetroArch
synced 2025-01-30 03:32:46 +00:00
(vfs_implementation.c) Place 'memmap.h' include behind '#if defined(HAVE_MMAP)' guard (#13003)
This commit is contained in:
parent
62a66ff0e5
commit
bae6f8e097
@ -165,7 +165,9 @@
|
||||
|
||||
#include <vfs/vfs_implementation.h>
|
||||
#include <libretro.h>
|
||||
#if defined(HAVE_MMAP)
|
||||
#include <memmap.h>
|
||||
#endif
|
||||
#include <encodings/utf.h>
|
||||
#include <compat/fopen_utf8.h>
|
||||
#include <file/file_path.h>
|
||||
|
Loading…
x
Reference in New Issue
Block a user