Libretro: silence a warning regarding to memmap

This commit is contained in:
saulfabreg Wii VC Project 2024-03-20 16:13:27 -05:00 committed by irixxxx
parent 0ef1674dd1
commit a33c391027

View file

@ -21,6 +21,7 @@
*/ */
#include <stdint.h> #include <stdint.h>
#include <stdlib.h>
#include <memmap.h> #include <memmap.h>
#ifndef PROT_READ #ifndef PROT_READ