Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/gnu/dist/gdb/gdb Add missing #include "sh-tdep.h" for *_REGN...



details:   https://anonhg.NetBSD.org/src/rev/3c29cc4b3f24
branches:  trunk
changeset: 552229:3c29cc4b3f24
user:      uwe <uwe%NetBSD.org@localhost>
date:      Sun Sep 21 21:28:40 2003 +0000

description:
Add missing #include "sh-tdep.h" for *_REGNUM defines.
This is what other foonbsd-nat.c files do.

diffstat:

 gnu/dist/gdb/gdb/shnbsd-nat.c |  1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diffs (11 lines):

diff -r 27bad9b0d508 -r 3c29cc4b3f24 gnu/dist/gdb/gdb/shnbsd-nat.c
--- a/gnu/dist/gdb/gdb/shnbsd-nat.c     Sun Sep 21 21:14:49 2003 +0000
+++ b/gnu/dist/gdb/gdb/shnbsd-nat.c     Sun Sep 21 21:28:40 2003 +0000
@@ -26,6 +26,7 @@
 #include "defs.h"
 #include "inferior.h"
 
+#include "sh-tdep.h"
 #include "shnbsd-tdep.h"
 
 /* Determine if PT_GETREGS fetches this register. */



Home | Main Index | Thread Index | Old Index