summaryrefslogtreecommitdiff
path: root/gdb/hppa-nbsd-tdep.c
diff options
context:
space:
mode:
authorTom Tromey <tromey@adacore.com>2020-04-06 12:42:40 -0600
committerTom Tromey <tromey@adacore.com>2020-04-06 12:42:40 -0600
commitdea34e8cc336a80546dac21463583a76e3e5d473 (patch)
tree72b883ca06f1360c1f8ff378fc945a4bad421931 /gdb/hppa-nbsd-tdep.c
parent93689ce91271bf88580a2d035a466479c16f4e71 (diff)
downloadbinutils-gdb-dea34e8cc336a80546dac21463583a76e3e5d473.tar.gz
Fix build breakage in NetBSD tdep files
A recent patch caused some build failures in NetBSD tdep files. I saw this failure in my --enable-target=all build. This patch fixes the problems. Tested by rebuilding. I am going to check this in. gdb/ChangeLog 2020-04-06 Tom Tromey <tromey@adacore.com> * sh-nbsd-tdep.c: Include nbsd-tdep.h. * ppc-nbsd-tdep.c: Include nbsd-tdep.h. * mips-nbsd-tdep.c (mipsnbsd_init_abi): Add missing ";". * arm-nbsd-tdep.c: Include nbsd-tdep.h. * hppa-nbsd-tdep.c: Include nbsd-tdep.h.
Diffstat (limited to 'gdb/hppa-nbsd-tdep.c')
-rw-r--r--gdb/hppa-nbsd-tdep.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/hppa-nbsd-tdep.c b/gdb/hppa-nbsd-tdep.c
index d601aa96f3f..5309b1976fd 100644
--- a/gdb/hppa-nbsd-tdep.c
+++ b/gdb/hppa-nbsd-tdep.c
@@ -27,6 +27,7 @@
#include "hppa-tdep.h"
#include "hppa-bsd-tdep.h"
+#include "nbsd-tdep.h"
#include "gdbarch.h"
/* From <machine/mcontext.h>. */