diff options
author | Joel Brobecker <brobecker@gnat.com> | 2003-03-17 23:25:09 +0000 |
---|---|---|
committer | Joel Brobecker <brobecker@gnat.com> | 2003-03-17 23:25:09 +0000 |
commit | a7ff40e7f78d3e9152b53f05ae4601638d252d42 (patch) | |
tree | fa08405a56d56667a9e52ad3d586b9864ba63e01 /gdb/somsolib.c | |
parent | bf8db3d48e962dba650d01c7c49b8af4308f49f6 (diff) | |
download | gdb-a7ff40e7f78d3e9152b53f05ae4601638d252d42.zip gdb-a7ff40e7f78d3e9152b53f05ae4601638d252d42.tar.gz 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/somsolib.c')
-rw-r--r-- | gdb/somsolib.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/somsolib.c b/gdb/somsolib.c index 08d3e1c..c496752 100644 --- a/gdb/somsolib.c +++ b/gdb/somsolib.c @@ -41,6 +41,7 @@ #include "gdbcmd.h" #include "language.h" #include "regcache.h" +#include "gdb_assert.h" #include <fcntl.h> |