mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-08-06 06:45:56 +08:00
Add missing include to bsd-kvm.c for gdb_abspath
Commit ff8577f64987a898e1dc5eb6afb66a404fb7bb16 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