forked from Imagelibrary/binutils-gdb
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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user