* sparcnbsd-tdep.c: Include "gdb_string.h".
This commit is contained in:
parent
14218d5f24
commit
f6ad61e3d5
2 changed files with 7 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2003-05-24 Mark Kettenis <kettenis@gnu.org>
|
||||
|
||||
* sparcnbsd-tdep.c: Include "gdb_string.h".
|
||||
|
||||
2003-05-23 Andrew Cagney <cagney@redhat.com>
|
||||
|
||||
* p-valprint.c (pascal_val_print): Replace extract_address with
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/* Target-dependent code for SPARC systems running NetBSD.
|
||||
Copyright 2002 Free Software Foundation, Inc.
|
||||
Copyright 2002, 2003 Free Software Foundation, Inc.
|
||||
Contributed by Wasabi Systems, Inc.
|
||||
|
||||
This file is part of GDB.
|
||||
|
@ -26,6 +26,8 @@
|
|||
#include "value.h"
|
||||
#include "osabi.h"
|
||||
|
||||
#include "gdb_string.h"
|
||||
|
||||
#include "sparcnbsd-tdep.h"
|
||||
#include "nbsd-tdep.h"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue