From ef7d6dbbf3eedb7a14dee089a55ea64a420556f3 Mon Sep 17 00:00:00 2001 From: yellowtd Date: Sun, 17 Jan 2016 01:11:16 -0500 Subject: [PATCH] Weird build error fix --- src/sdl/i_system.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/sdl/i_system.c b/src/sdl/i_system.c index 7b75b4d34..66e1ece18 100644 --- a/src/sdl/i_system.c +++ b/src/sdl/i_system.c @@ -21,9 +21,9 @@ /// \brief SRB2 system stuff for SDL #ifdef CMAKECONFIG -#include "../config.h" +#include "config.h" #else -#include "../config.h.in" +#include "config.h.in" #endif #ifndef _WIN32_WCE