From a6cff3e31708b4a568315b9218ebb95259649c66 Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Thu, 21 Dec 2000 18:43:33 +0000 Subject: Fix for compiling under Solaris 2.8 --- opcodes/cgen-opc.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'opcodes/cgen-opc.c') diff --git a/opcodes/cgen-opc.c b/opcodes/cgen-opc.c index bcf0309..14936b3 100644 --- a/opcodes/cgen-opc.c +++ b/opcodes/cgen-opc.c @@ -27,6 +27,10 @@ #include "symcat.h" #include "opcode/cgen.h" +#ifdef HAVE_ALLOCA_H +#include +#endif + static unsigned int hash_keyword_name PARAMS ((const CGEN_KEYWORD *, const char *, int)); static unsigned int hash_keyword_value -- cgit v1.1