diff options
-rw-r--r-- | gdb/ChangeLog | 12 | ||||
-rw-r--r-- | gdb/procfs.c | 1 |
2 files changed, 9 insertions, 4 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 2d89f83..1cba619 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,10 +1,14 @@ +2018-10-29 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE> + + * procfs.c: Include common/pathstuff.h. + 2018-10-29 John Darrington <john@darrington.wattle.id.au> * configure.ac: New test HAVE_AF_LOCAL - * common/netstuff.c (parse_connection_spec) [prefixes]: Only compile "unix:" - if HAVE_AF_LOCAL is true. - * configure: regenerate. - * config.in: regenerate. + * common/netstuff.c (parse_connection_spec) [prefixes]: Only + compile "unix:" if HAVE_AF_LOCAL is true. + * configure: Regenerate. + * config.in: Regenerate. 2018-10-28 Andrew Burgess <andrew.burgess@embecosm.com> diff --git a/gdb/procfs.c b/gdb/procfs.c index ca381a7..0d8f9df 100644 --- a/gdb/procfs.c +++ b/gdb/procfs.c @@ -47,6 +47,7 @@ #include "procfs.h" #include "observable.h" #include "common/scoped_fd.h" +#include "common/pathstuff.h" /* This module provides the interface between GDB and the /proc file system, which is used on many versions of Unix |