From: Tom Tromey Date: Wed, 14 Aug 2019 14:40:18 +0000 (-0600) Subject: Fix gdb build on macOS X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=b1c896b365f2dbcd14145a88d103623244cf0fb0;hp=b1c896b365f2dbcd14145a88d103623244cf0fb0;p=deliverable%2Fbinutils-gdb.git 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 * darwin-nat.c: Include gdbarch.h. * darwin-nat-info.c: Include gdbarch.h. ---