diff --git a/Makefile.ps3 b/Makefile.ps3 index 64e07841f1..786af507a6 100644 --- a/Makefile.ps3 +++ b/Makefile.ps3 @@ -33,7 +33,13 @@ EBOOT_PATH = pkg/ps3/USRDIR/EBOOT.BIN CORE_PATH = pkg/ps3/USRDIR/cores/CORE.SELF LDDIRS = -L. -L$(CELL_SDK)/target/ppu/lib/PSGL/RSX/ultra-opt -INCDIRS = -I. -Idefines -Ideps/libz -Ilibretro-common/include -Ideps -Ideps/stb +INCDIRS = -I. \ + -Idefines \ + -Ideps \ + -Ideps/libz \ + -Ideps/stb \ + -Ideps/rcheevos/include \ + -Ilibretro-common/include # system platform system_platform = unix diff --git a/deps/rcheevos/src/rcheevos/internal.h b/deps/rcheevos/src/rcheevos/internal.h index e86044210e..c770984d78 100644 --- a/deps/rcheevos/src/rcheevos/internal.h +++ b/deps/rcheevos/src/rcheevos/internal.h @@ -1,9 +1,8 @@ #ifndef INTERNAL_H #define INTERNAL_H -#include "rcheevos.h" - #include +#include #define RC_ALLOW_ALIGN(T) struct __align_ ## T { char ch; T t; }; RC_ALLOW_ALIGN(rc_condition_t)