diff --git a/arch/x86/scc/iRCCE_get.c b/arch/x86/scc/iRCCE_get.c index 7916c268..8859bfed 100644 --- a/arch/x86/scc/iRCCE_get.c +++ b/arch/x86/scc/iRCCE_get.c @@ -35,7 +35,7 @@ #include -#ifdef COPPERRIDGE +#if defined(COPPERRIDGE) || defined(SCC) #include "scc_memcpy.h" #endif diff --git a/arch/x86/scc/iRCCE_put.c b/arch/x86/scc/iRCCE_put.c index e810057a..96060cae 100644 --- a/arch/x86/scc/iRCCE_put.c +++ b/arch/x86/scc/iRCCE_put.c @@ -35,7 +35,7 @@ #include -#ifdef COPPERRIDGE +#if defined(COPPERRIDGE) || defined(SCC) #include "scc_memcpy.h" #endif