diff options
author | Jeff Law <law@redhat.com> | 1998-05-06 22:33:06 +0000 |
---|---|---|
committer | Jeff Law <law@redhat.com> | 1998-05-06 22:33:06 +0000 |
commit | 7252da953d9ab87da700eccb7f7d546202d64b63 (patch) | |
tree | 6f9d0db7cd394208b04662da55b62969c5be4d4f /gdb/somsolib.c | |
parent | 8be4960fe803ec2edecca44e0629071bf07b2e28 (diff) | |
download | gdb-7252da953d9ab87da700eccb7f7d546202d64b63.zip gdb-7252da953d9ab87da700eccb7f7d546202d64b63.tar.gz gdb-7252da953d9ab87da700eccb7f7d546202d64b63.tar.bz2 |
* somsolib.c: Include gdb_stat.h.
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 b24e672..6c864af 100644 --- a/gdb/somsolib.c +++ b/gdb/somsolib.c @@ -34,6 +34,7 @@ and by Cygnus Support. */ #include "objfiles.h" #include "inferior.h" #include "gdb-stabs.h" +#include "gdb_stat.h" #include "gdbcmd.h" #include "language.h" |