I forgot this one, which is kind of related.
The function trace_start_error_with_name has moved in commit "Share
fork_inferior et al with gdbserver", so this additional include is
needed.
Fixes:
darwin-nat.c:1735:5: error: use of undeclared identifier 'trace_start_error_with_name'
trace_start_error_with_name ("close");
gdb/ChangeLog:
* darwin-nat.c: Include "nat/fork-inferior.h".
+2017-06-13 Simon Marchi <simon.marchi@ericsson.com>
+
+ * darwin-nat.c: Include "nat/fork-inferior.h".
+
2017-06-13 Simon Marchi <simon.marchi@ericsson.com>
* configure.nat: Factor out Darwin bits that are not
#include "darwin-nat.h"
#include "common/filestuff.h"
+#include "nat/fork-inferior.h"
/* Quick overview.
Darwin kernel is Mach + BSD derived kernel. Note that they share the