diff options
Diffstat (limited to 'gdb/gdbserver/fork-child.c')
-rw-r--r-- | gdb/gdbserver/fork-child.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/gdbserver/fork-child.c b/gdb/gdbserver/fork-child.c index a8bd040..ddd7309 100644 --- a/gdb/gdbserver/fork-child.c +++ b/gdb/gdbserver/fork-child.c @@ -17,7 +17,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. */ #include "server.h" -#include "common/job-control.h" +#include "gdbsupport/job-control.h" #include "nat/fork-inferior.h" #ifdef HAVE_SIGNAL_H #include <signal.h> |