diff options
author | Joel Brobecker <brobecker@gnat.com> | 2008-10-03 16:38:01 +0000 |
---|---|---|
committer | Joel Brobecker <brobecker@gnat.com> | 2008-10-03 16:38:01 +0000 |
commit | a7125ea9bc0d387f8b3e32dc4c8bcc5433e62d99 (patch) | |
tree | 1f3b9885421b620df4cbad079375ee3ac9fc9f95 /gdb/solib-osf.c | |
parent | d1a41061438a7f29a40c7bb91435111a1b61b641 (diff) | |
download | gdb-a7125ea9bc0d387f8b3e32dc4c8bcc5433e62d99.zip gdb-a7125ea9bc0d387f8b3e32dc4c8bcc5433e62d99.tar.gz gdb-a7125ea9bc0d387f8b3e32dc4c8bcc5433e62d99.tar.bz2 |
* solib-osf.c: Include "solib.h".
Diffstat (limited to 'gdb/solib-osf.c')
-rw-r--r-- | gdb/solib-osf.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/solib-osf.c b/gdb/solib-osf.c index efb8cf8..df04f3a 100644 --- a/gdb/solib-osf.c +++ b/gdb/solib-osf.c @@ -55,6 +55,7 @@ #include "inferior.h" #include "gdbthread.h" #include "solist.h" +#include "solib.h" #ifdef USE_LDR_ROUTINES # include <loader.h> |