* coredep.c: Include "nm.h" to get REGISTER_U_ADDR.

This commit is contained in:
John Gilmore
1992-10-21 21:11:39 +00:00
parent e4db3f3e06
commit 0a2a48a217
2 changed files with 4 additions and 0 deletions

View File

@@ -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