diff options
Diffstat (limited to 'gdb/ch-exp.y')
-rw-r--r-- | gdb/ch-exp.y | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gdb/ch-exp.y b/gdb/ch-exp.y index ebef813..ae974fc 100644 --- a/gdb/ch-exp.y +++ b/gdb/ch-exp.y @@ -1,5 +1,5 @@ /* YACC grammar for Chill expressions, for GDB. - Copyright 1992, 1993 Free Software Foundation, Inc. + Copyright 1992, 1993, 1994 Free Software Foundation, Inc. This file is part of GDB. @@ -54,6 +54,7 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ %{ #include "defs.h" +#include <string.h> #include <ctype.h> #include "expression.h" #include "language.h" |