* somsolib.c: Include gdb_stat.h.

This commit is contained in:
Jeff Law 1998-05-06 22:33:06 +00:00
parent 8be4960fe8
commit 7252da953d
2 changed files with 11 additions and 0 deletions

View File

@ -1,3 +1,13 @@
Wed May 6 16:34:03 1998 Jeffrey A Law (law@cygnus.com)
* somsolib.c: Include gdb_stat.h.
Mon May 4 16:24:22 1998 Mark Alexander <marka@cygnus.com>
* defs.h (make_run_cleanup): Declare.
* solib.c (find_solib): Pass correct number of arguments to
make_run_cleanup.
Sat May 2 09:35:07 1998 Stu Grossman <grossman@babylon-5.cygnus.com>
* ocd.h: Add new flags, function codes, and processor types to support

View File

@ -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"