diff options
Diffstat (limited to 'gdb/infcall.c')
-rw-r--r-- | gdb/infcall.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gdb/infcall.c b/gdb/infcall.c index 0956f34..f859ec3 100644 --- a/gdb/infcall.c +++ b/gdb/infcall.c @@ -1,8 +1,8 @@ /* Perform an inferior function call, for GDB, the GNU debugger. Copyright 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994, - 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003 Free Software - Foundation, Inc. + 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004 + Free Software Foundation, Inc. This file is part of GDB. @@ -30,7 +30,7 @@ #include "block.h" #include "gdbcore.h" #include "language.h" -#include "symfile.h" +#include "objfiles.h" #include "gdbcmd.h" #include "command.h" #include "gdb_string.h" |