aboutsummaryrefslogtreecommitdiff
path: root/gdb/hppa-tdep.c
diff options
context:
space:
mode:
authorJoel Brobecker <brobecker@gnat.com>2003-03-17 23:25:09 +0000
committerJoel Brobecker <brobecker@gnat.com>2003-03-17 23:25:09 +0000
commita7ff40e7f78d3e9152b53f05ae4601638d252d42 (patch)
treefa08405a56d56667a9e52ad3d586b9864ba63e01 /gdb/hppa-tdep.c
parentbf8db3d48e962dba650d01c7c49b8af4308f49f6 (diff)
downloadfsf-binutils-gdb-a7ff40e7f78d3e9152b53f05ae4601638d252d42.zip
fsf-binutils-gdb-a7ff40e7f78d3e9152b53f05ae4601638d252d42.tar.gz
fsf-binutils-gdb-a7ff40e7f78d3e9152b53f05ae4601638d252d42.tar.bz2
* hppa-tdep.c (gdb_assert.h): Add missing #include.
* somsolib.c (gdb_assert.h): Likewise. * Makefile.in (hppa-tdep.o): Add dependency on gdb_assert.h. (somsolib.o): Likewise.
Diffstat (limited to 'gdb/hppa-tdep.c')
-rw-r--r--gdb/hppa-tdep.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/hppa-tdep.c b/gdb/hppa-tdep.c
index 9fde53d..f74dfd1 100644
--- a/gdb/hppa-tdep.c
+++ b/gdb/hppa-tdep.c
@@ -32,6 +32,7 @@
#include "completer.h"
#include "language.h"
#include "osabi.h"
+#include "gdb_assert.h"
/* For argument passing to the inferior */
#include "symtab.h"