Skip to content

Commit

Permalink
Libretro: silence a warning regarding to memmap
Browse files Browse the repository at this point in the history
  • Loading branch information
saulfabregwiivc authored and irixxxx committed Mar 20, 2024
1 parent 0ef1674 commit a33c391
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions platform/libretro/libretro-common/memmap/memmap.c
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
*/

#include <stdint.h>
#include <stdlib.h>
#include <memmap.h>

#ifndef PROT_READ
Expand Down

0 comments on commit a33c391

Please sign in to comment.