darwin-nat: Add missing include
authorSimon Marchi <simon.marchi@ericsson.com>
Tue, 13 Jun 2017 19:14:50 +0000 (21:14 +0200)
committerSimon Marchi <simon.marchi@ericsson.com>
Tue, 13 Jun 2017 19:14:50 +0000 (21:14 +0200)
commit01ec7a272201de84be1ca2c557e58d97891f288c
tree476b03b8622a0509da1e74097c70616831c07e72
parent848d907446d738604d11ab4061f3b0a8b23d4504
darwin-nat: Add missing include

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".
gdb/ChangeLog
gdb/darwin-nat.c
This page took 0.043486 seconds and 4 git commands to generate.