From 8afdfdf7af48f026b65a6a3012a4c40459a4feba Mon Sep 17 00:00:00 2001 From: twinaphex Date: Tue, 21 Jun 2016 16:59:56 +0200 Subject: [PATCH] Fix header include --- cores/libretro-test-vulkan/libretro-test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cores/libretro-test-vulkan/libretro-test.c b/cores/libretro-test-vulkan/libretro-test.c index c7c41fbb2f..c2ec3b7ef7 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-common/include/libretro_vulkan.h" +#include #include "shaders/triangle.vert.inc" #include "shaders/triangle.frag.inc"