Module Name: src Committed By: christos Date: Tue Oct 11 23:04:21 UTC 2011
Modified Files: src/external/gpl3/gdb/dist/gdb: m68kbsd-nat.c Log Message: make this compile. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/external/gpl3/gdb/dist/gdb/m68kbsd-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/m68kbsd-nat.c diff -u src/external/gpl3/gdb/dist/gdb/m68kbsd-nat.c:1.2 src/external/gpl3/gdb/dist/gdb/m68kbsd-nat.c:1.3 --- src/external/gpl3/gdb/dist/gdb/m68kbsd-nat.c:1.2 Sun Sep 25 12:30:25 2011 +++ src/external/gpl3/gdb/dist/gdb/m68kbsd-nat.c Tue Oct 11 19:04:21 2011 @@ -28,6 +28,7 @@ #include <sys/ptrace.h> #include <machine/reg.h> +#include "nbsd-nat.h" #include "m68k-tdep.h" #include "inf-ptrace.h"