diff --git a/src/m/sparc.h b/src/m/sparc.h index 7e4a6801f9a..392189a9f5e 100644 --- a/src/m/sparc.h +++ b/src/m/sparc.h @@ -81,7 +81,9 @@ NOTE-END */ in the file alloca.s should be used. */ #define HAVE_ALLOCA +#if __GNUC__ >= 2 /* Modern versions of GCC handle alloca directly. */ #include +#endif /* Must use the system's termcap, if we use any termcap. It does special things. */