diff options
Diffstat (limited to 'gdb/f-lang.c')
-rw-r--r-- | gdb/f-lang.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/f-lang.c b/gdb/f-lang.c index f9d55b7..77dce4f 100644 --- a/gdb/f-lang.c +++ b/gdb/f-lang.c @@ -20,6 +20,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 "symtab.h" #include "gdbtypes.h" #include "expression.h" @@ -882,7 +883,6 @@ get_bf_for_fcn (the_function) { SAVED_BF_PTR tmp; int nprobes = 0; - long retval = 0; /* First use a simple queuing algorithm (i.e. look and see if the item at the head of the queue is the one you want) */ |