From af52f1532f7df172bb61da963f6b2cd603e5c22e Mon Sep 17 00:00:00 2001 From: Hans-Kristian Arntzen Date: Thu, 7 Jul 2016 16:56:07 +0000 Subject: [PATCH] Fix Vulkan test core build with includes. --- cores/libretro-test-vulkan/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cores/libretro-test-vulkan/Makefile b/cores/libretro-test-vulkan/Makefile index db8f8c735d..c41feb44f4 100644 --- a/cores/libretro-test-vulkan/Makefile +++ b/cores/libretro-test-vulkan/Makefile @@ -43,7 +43,7 @@ else CFLAGS += -O3 endif -CFLAGS += -std=gnu99 +CFLAGS += -std=gnu99 -I../../gfx/include OBJECTS := libretro-test.o ../../libretro-common/vulkan/vulkan_symbol_wrapper.o CFLAGS += -Wall -pedantic $(fpic)