From bd43f19407e67853df1d7a3d369bdb66d35f299f Mon Sep 17 00:00:00 2001 From: meleu Date: Sat, 19 Jan 2019 05:34:46 -0200 Subject: [PATCH] path fix to allow compiling with HAVE_NEW_CHEEVOS This doesn't affect anything in the traditional binaries built by the buildbot. --- command.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/command.c b/command.c index dc2ecb62e9..7d97477708 100644 --- a/command.c +++ b/command.c @@ -42,7 +42,7 @@ #ifdef HAVE_CHEEVOS #include "cheevos/cheevos.h" #ifdef HAVE_NEW_CHEEVOS -#include "cheevos/fixup.h" +#include "cheevos-new/fixup.h" #else #include "cheevos/var.h" #endif