Add missing include to bsd-kvm.c for gdb_abspath
authorChristian Biesinger <cbiesinger@google.com>
Mon, 16 Dec 2019 21:00:17 +0000 (15:00 -0600)
committerChristian Biesinger <cbiesinger@google.com>
Tue, 17 Dec 2019 20:08:48 +0000 (14:08 -0600)
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

gdb/ChangeLog
gdb/bsd-kvm.c

index 5464461c62cc795230c93f763a937f31208c2b4a..91b81f242c0e878f7d5c35a5abcb222cb7ca9201 100644 (file)
@@ -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
index 74c044f6c734f2f2256ff650a633155c3942257c..111488d3bd42f5a5b4491c4e137aac9db0cfad3c 100644 (file)
@@ -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>
This page took 0.030394 seconds and 4 git commands to generate.