From: jesusc Date: Sat, 21 Oct 2006 19:48:22 +0000 (+0000) Subject: Include should be sdcc_vc.h not sdccc_vc.h... X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=b83395c5c022aa39fa185a2ac9dfcb90be78551b;p=fw%2Fsdcc Include should be sdcc_vc.h not sdccc_vc.h... git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@4423 4a8a32a2-be11-0410-ad9d-d568d2c75423 --- diff --git a/src/SDCCglobl.h b/src/SDCCglobl.h index c7f81603..486cd850 100644 --- a/src/SDCCglobl.h +++ b/src/SDCCglobl.h @@ -28,7 +28,7 @@ #ifdef HAVE_CONFIG_H # include "config.h" #elif defined(_WIN32) && !defined(__MINGW32__) -# include "sdccc_vc.h" +# include "sdcc_vc.h" #else # include "sdccconf.h" #endif