aboutsummaryrefslogtreecommitdiff
path: root/gdb/command.c
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/command.c')
-rw-r--r--gdb/command.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/gdb/command.c b/gdb/command.c
index 6643ad8..acde0e3 100644
--- a/gdb/command.c
+++ b/gdb/command.c
@@ -106,6 +106,10 @@ what you give them. Help stamp out software-hoarding! */
#include "command.h"
#include <stdio.h>
+#ifdef sparc
+#include <alloca.h>
+#endif
+
extern char *xmalloc ();
static char *savestring ();