From 5b777dc615d97fb2c4ea302393f5ec8ec52ecdd9 Mon Sep 17 00:00:00 2001 From: John Grub Date: Mon, 9 Jun 2014 00:24:18 -0700 Subject: [PATCH] fix build: allow libretro.h to be found --- memmap.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/memmap.cpp b/memmap.cpp index cb0b35b3..029bfc6c 100644 --- a/memmap.cpp +++ b/memmap.cpp @@ -202,7 +202,7 @@ #include "display.h" #ifdef __LIBRETRO__ -#include "libretro.h" +#include "libretro/libretro.h" void S9xAppendMapping(struct retro_memory_descriptor * desc); #endif