From 0e2425a81e9bd462f402be22661159e35ab43a7d Mon Sep 17 00:00:00 2001 From: Brad Parker Date: Sat, 16 Sep 2017 13:04:20 -0400 Subject: [PATCH] xbox1: add include path to find stdint.h --- Makefile.libretro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.libretro b/Makefile.libretro index 746f896..3415ec8 100644 --- a/Makefile.libretro +++ b/Makefile.libretro @@ -426,7 +426,7 @@ CC = "$(MSVCBINDIRPREFIX)/CL.exe" CXX = "$(MSVCBINDIRPREFIX)/CL.exe" LD = "$(MSVCBINDIRPREFIX)/lib.exe" -export INCLUDE := $(XDK)/xbox/include +export INCLUDE := $(XDK)/xbox/include;src/drivers/libretro/libretro-common/include/compat/msvc export LIB := $(XDK)/xbox/lib PSS_STYLE :=2 CFLAGS += -D_XBOX -D_XBOX1