diff --git a/src/fceu-memory.h b/src/fceu-memory.h index cee2aa9..84a0574 100644 --- a/src/fceu-memory.h +++ b/src/fceu-memory.h @@ -30,7 +30,7 @@ #define FCEU_dwmemset(d, c, n) { int _x; for (_x = n - 4; _x >= 0; _x -= 4) *(uint32*)& (d)[_x] = c; } #if defined(STATE_LIBRETRO) || defined(ENDIAN_LIBRETRO) || defined(GENERAL_LIBRETRO) -#include "drivres/libretro/libretro-common/include/streams/memstream.h" +#include "drivers/libretro/libretro-common/include/streams/memstream.h" #define HAVE_MEMSTREAM #define MEM_TYPE memstream_t