From 52d46dcaf4bcdc5e33c0745c25312348249c0d19 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Mon, 6 Feb 2017 05:51:51 +0100 Subject: [PATCH] Fix another relative include --- cheevos/cheevos.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cheevos/cheevos.c b/cheevos/cheevos.c index 54feeda363..8c7adc0fd9 100644 --- a/cheevos/cheevos.c +++ b/cheevos/cheevos.c @@ -23,7 +23,7 @@ #include #ifdef HAVE_CONFIG_H -#include "config.h" +#include "../config.h" #endif #ifdef HAVE_MENU