Add missing include to bsd-kvm.c for gdb_abspath
Commit ff8577f649
added a call to
gdb_abspath in bsd-kvm.c, but doesn't include its header file.
This commit fixes that.
gdb/ChangeLog:
2019-12-17 Christian Biesinger <cbiesinger@google.com>
* bsd-kvm.c: Include gdbsupport/pathstuff.h.
Change-Id: I647c3620d8ae978ae27c38dbe0b3347a97c5bfc2
This commit is contained in:
parent
9b30da15e7
commit
e3169fe0bb
@ -1,3 +1,7 @@
|
||||
2019-12-17 Christian Biesinger <cbiesinger@google.com>
|
||||
|
||||
* bsd-kvm.c: Include gdbsupport/pathstuff.h.
|
||||
|
||||
2019-12-17 Simon Marchi <simon.marchi@polymtl.ca>
|
||||
|
||||
* tui/tui-layout.h (class tui_layout_base): Add virtual
|
||||
|
@ -29,6 +29,7 @@
|
||||
#include "gdbcore.h"
|
||||
#include "inferior.h" /* for get_exec_file */
|
||||
#include "gdbthread.h"
|
||||
#include "gdbsupport/pathstuff.h"
|
||||
|
||||
#include <fcntl.h>
|
||||
#include <kvm.h>
|
||||
|
Loading…
Reference in New Issue
Block a user