]> git.gag.com Git - fw/sdcc/commitdiff
Include should be sdcc_vc.h not sdccc_vc.h...
authorjesusc <jesusc@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Sat, 21 Oct 2006 19:48:22 +0000 (19:48 +0000)
committerjesusc <jesusc@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Sat, 21 Oct 2006 19:48:22 +0000 (19:48 +0000)
git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@4423 4a8a32a2-be11-0410-ad9d-d568d2c75423

src/SDCCglobl.h

index c7f81603cf1a0493ad729a57ed35b7ec0bee01aa..486cd8500a0fc0f50177c788d4363c20ff458db7 100644 (file)
@@ -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