diff --git a/main/share/gambas.h b/main/share/gambas.h index fd01062d7..740e25829 100644 --- a/main/share/gambas.h +++ b/main/share/gambas.h @@ -1289,6 +1289,14 @@ typedef #ifndef NO_GAMBAS_CASE_REPLACEMENT +#ifdef ARCH_E2K // According to AltLinux Sisyphus RPM packages patchs + +#ifdef __cplusplus +#include +#endif + +#endif + /* Replacements for case unsensitive comparisons. They ensure that case comparison does not use current locale, otherwise Turkish speakers will have problems! diff --git a/main/share/gb_common.h b/main/share/gb_common.h index 93f3d7ae5..6e132472d 100644 --- a/main/share/gb_common.h +++ b/main/share/gb_common.h @@ -116,14 +116,6 @@ #endif -#ifdef ARCH_E2K // According to AltLinux Sisyphus RPM packages patchs - -#ifdef __cplusplus -#include -#endif - -#endif - #ifndef FALSE enum {