aboutsummaryrefslogtreecommitdiffstats
path: root/src/m
diff options
context:
space:
mode:
Diffstat (limited to 'src/m')
-rw-r--r--src/m/sparc.h2
1 files changed, 2 insertions, 0 deletions
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 */
81 in the file alloca.s should be used. */ 81 in the file alloca.s should be used. */
82 82
83#define HAVE_ALLOCA 83#define HAVE_ALLOCA
84#if __GNUC__ >= 2 /* Modern versions of GCC handle alloca directly. */
84#include <alloca.h> 85#include <alloca.h>
86#endif
85 87
86/* Must use the system's termcap, if we use any termcap. 88/* Must use the system's termcap, if we use any termcap.
87 It does special things. */ 89 It does special things. */