From fa90c2a4725d2eb68789919349296267f4e9f3cb Mon Sep 17 00:00:00 2001 From: Date: Thu, 28 Jan 2016 14:37:37 -0500 Subject: [PATCH] s/config.h/Config.h --- Source/Glide64/Gfx_1.3.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/Glide64/Gfx_1.3.h b/Source/Glide64/Gfx_1.3.h index e4b975f35..23e5c8cda 100644 --- a/Source/Glide64/Gfx_1.3.h +++ b/Source/Glide64/Gfx_1.3.h @@ -74,7 +74,7 @@ the plugin #include "GlideExtensions.h" #include "rdp.h" #include "Keys.h" -#include "config.h" +#include "Config.h" #if defined __VISUALC__ typedef unsigned char boolean;