Module Name: src Committed By: christos Date: Thu May 30 21:23:52 UTC 2019
Modified Files: src/external/gpl3/gdb/dist/gdb: bsd-kvm.c Log Message: need arch-utils.h To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 src/external/gpl3/gdb/dist/gdb/bsd-kvm.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/bsd-kvm.c diff -u src/external/gpl3/gdb/dist/gdb/bsd-kvm.c:1.14 src/external/gpl3/gdb/dist/gdb/bsd-kvm.c:1.15 --- src/external/gpl3/gdb/dist/gdb/bsd-kvm.c:1.14 Thu May 30 17:15:47 2019 +++ src/external/gpl3/gdb/dist/gdb/bsd-kvm.c Thu May 30 17:23:52 2019 @@ -29,6 +29,7 @@ #include "gdbcore.h" #include "inferior.h" /* for get_exec_file */ #include "gdbthread.h" +#include "arch-utils.h" #include <fcntl.h> #include <kvm.h>