Module Name: src Committed By: christos Date: Sat Dec 2 18:39:52 UTC 2017
Modified Files: src/external/gpl3/gdb/dist/gdb: mips-nbsd-nat.c Log Message: include nbsd-nat.h To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/external/gpl3/gdb/dist/gdb/mips-nbsd-nat.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/external/gpl3/gdb/dist/gdb/mips-nbsd-nat.c diff -u src/external/gpl3/gdb/dist/gdb/mips-nbsd-nat.c:1.4 src/external/gpl3/gdb/dist/gdb/mips-nbsd-nat.c:1.5 --- src/external/gpl3/gdb/dist/gdb/mips-nbsd-nat.c:1.4 Thu Nov 30 10:26:54 2017 +++ src/external/gpl3/gdb/dist/gdb/mips-nbsd-nat.c Sat Dec 2 13:39:52 2017 @@ -39,6 +39,7 @@ typedef struct fpreg fpregset_t; #include "gregset.h" #include "mips-tdep.h" +#include "nbsd-nat.h" #include "mips-nbsd-tdep.h" #include "inf-ptrace.h" #include "bsd-kvm.h"