diff options
Diffstat (limited to 'gdb/core.c')
-rw-r--r-- | gdb/core.c | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1,5 +1,6 @@ /* Core dump and executable file functions above target vector, for GDB. - Copyright 1986, 1987, 1989, 1991, 1992 Free Software Foundation, Inc. + Copyright 1986, 1987, 1989, 1991, 1992, 1993, 1994 + Free Software Foundation, Inc. This file is part of GDB. @@ -18,6 +19,7 @@ along with this program; if not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ #include "defs.h" +#include <string.h> #include <errno.h> #include <signal.h> #include <fcntl.h> |