diff --git a/cores/libretro-test-vulkan/libretro-test.c b/cores/libretro-test-vulkan/libretro-test.c index 144661742e..c7c41fbb2f 100644 --- a/cores/libretro-test-vulkan/libretro-test.c +++ b/cores/libretro-test-vulkan/libretro-test.c @@ -4,7 +4,7 @@ #include #include -#include "../../libretro_vulkan.h" +#include "../../libretro-common/include/libretro_vulkan.h" #include "shaders/triangle.vert.inc" #include "shaders/triangle.frag.inc"