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 | 960faf3772aa4c3dd827cb88231767c7211db1e4 (patch) | |
tree | 7ef463f903074140fc57697e04968df671834cdd /gdb/somsolib.c | |
parent | 661a507fa8378519bf930e7474714fb455e3dedf (diff) | |
download | gdb-960faf3772aa4c3dd827cb88231767c7211db1e4.tar.gz |
* 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 08d3e1c5035..c4967521669 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> |