diff options
Diffstat (limited to 'gdb/fork-child.c')
-rw-r--r-- | gdb/fork-child.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/fork-child.c b/gdb/fork-child.c index 3dead5f..4c49848 100644 --- a/gdb/fork-child.c +++ b/gdb/fork-child.c @@ -25,8 +25,8 @@ #include "terminal.h" #include "gdbthread.h" #include "top.h" -#include "job-control.h" -#include "filestuff.h" +#include "common/job-control.h" +#include "common/filestuff.h" #include "nat/fork-inferior.h" #include "common/common-inferior.h" |