aboutsummaryrefslogtreecommitdiff
path: root/gdb/coredep.c
diff options
context:
space:
mode:
authorJohn Gilmore <gnu@cygnus>1992-10-21 21:11:39 +0000
committerJohn Gilmore <gnu@cygnus>1992-10-21 21:11:39 +0000
commit0a2a48a217c6c28500d504e0ad250020d5465625 (patch)
tree8800b95f4d4ed6b25aaeaa11d45a5cd9f3b69317 /gdb/coredep.c
parente4db3f3e0674eac6248dc173689408d005efcfc7 (diff)
downloadfsf-binutils-gdb-0a2a48a217c6c28500d504e0ad250020d5465625.zip
fsf-binutils-gdb-0a2a48a217c6c28500d504e0ad250020d5465625.tar.gz
fsf-binutils-gdb-0a2a48a217c6c28500d504e0ad250020d5465625.tar.bz2
* coredep.c: Include "nm.h" to get REGISTER_U_ADDR.
Diffstat (limited to 'gdb/coredep.c')
-rw-r--r--gdb/coredep.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/coredep.c b/gdb/coredep.c
index 059d23e..04ff282 100644
--- a/gdb/coredep.c
+++ b/gdb/coredep.c
@@ -24,6 +24,7 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
#include <sys/types.h>
#include <sys/param.h>
#include "gdbcore.h"
+#include "nm.h"
/* These are needed on various systems to expand REGISTER_U_ADDR. */
#ifndef USG