aboutsummaryrefslogtreecommitdiff
path: root/gdb/darwin-nat.c
diff options
context:
space:
mode:
authorTom Tromey <tromey@adacore.com>2019-08-14 08:40:18 -0600
committerTom Tromey <tromey@adacore.com>2019-08-14 08:40:18 -0600
commitb1c896b365f2dbcd14145a88d103623244cf0fb0 (patch)
treef59508af3937e9a6d6c3e9e42a169809425927f3 /gdb/darwin-nat.c
parentdfc19da6a6d43390544fa446bb1a33723b339a77 (diff)
downloadgdb-b1c896b365f2dbcd14145a88d103623244cf0fb0.zip
gdb-b1c896b365f2dbcd14145a88d103623244cf0fb0.tar.gz
gdb-b1c896b365f2dbcd14145a88d103623244cf0fb0.tar.bz2
Fix gdb build on macOS
Internal testing showed that the macOS port did not build. The breakage was caused by the patch to remove the gdbarch.h include from defs.h. This patch fixes the problem. gdb/ChangeLog 2019-08-14 Tom Tromey <tromey@adacore.com> * darwin-nat.c: Include gdbarch.h. * darwin-nat-info.c: Include gdbarch.h.
Diffstat (limited to 'gdb/darwin-nat.c')
-rw-r--r--gdb/darwin-nat.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/darwin-nat.c b/gdb/darwin-nat.c
index f890e13..8f71def 100644
--- a/gdb/darwin-nat.c
+++ b/gdb/darwin-nat.c
@@ -37,6 +37,7 @@
#include "arch-utils.h"
#include "bfd.h"
#include "bfd/mach-o.h"
+#include "gdbarch.h"
#include <copyfile.h>
#include <sys/ptrace.h>