Libretro: silence a warning regarding to memmap
authorsaulfabreg Wii VC Project <saulfabregamboa@outlook.com>
Wed, 20 Mar 2024 21:13:27 +0000 (16:13 -0500)
committeririxxxx <31696370+irixxxx@users.noreply.github.com>
Wed, 20 Mar 2024 22:55:14 +0000 (23:55 +0100)
platform/libretro/libretro-common/memmap/memmap.c

index e84e087..5062aba 100644 (file)
@@ -21,6 +21,7 @@
  */
 
 #include <stdint.h>
+#include <stdlib.h>
 #include <memmap.h>
 
 #ifndef PROT_READ