diff options
Diffstat (limited to 'gdb/obsd-nat.c')
-rw-r--r-- | gdb/obsd-nat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/obsd-nat.c b/gdb/obsd-nat.c index e4c0d97..2c8b2d4 100644 --- a/gdb/obsd-nat.c +++ b/gdb/obsd-nat.c @@ -24,7 +24,7 @@ #include <sys/types.h> #include <sys/ptrace.h> -#include "gdb_wait.h" +#include "common/gdb_wait.h" #include "inf-child.h" #include "obsd-nat.h" |