diff options
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/ChangeLog | 4 | ||||
-rw-r--r-- | gdb/obsd-nat.c | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index db7cd03..43243a6 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,9 @@ 2014-03-01 Mark Kettenis <kettenis@gnu.org> + * obsd-nat.c: Include "gdb_wait.h" instead of <sys/wait.h>. + +2014-03-01 Mark Kettenis <kettenis@gnu.org> + * i386obsd-nat.c: Include "obsd-nat.h". (_initialize_i386obsd_nat): Call obsd_add_target instead of add_target. diff --git a/gdb/obsd-nat.c b/gdb/obsd-nat.c index bef03d3..f53e616 100644 --- a/gdb/obsd-nat.c +++ b/gdb/obsd-nat.c @@ -25,7 +25,7 @@ #include "gdb_assert.h" #include <sys/types.h> #include <sys/ptrace.h> -#include <sys/wait.h> +#include "gdb_wait.h" #include "inf-child.h" #include "obsd-nat.h" |