diff options
author | Jason Thorpe <thorpej@netbsd.org> | 2002-05-22 04:46:14 +0000 |
---|---|---|
committer | Jason Thorpe <thorpej@netbsd.org> | 2002-05-22 04:46:14 +0000 |
commit | fcf4f89174eb264391b74f5b39b15ec354c3a2f7 (patch) | |
tree | 2c16bc914a4f0347e7da68c2a755b6e19d445e0c /gdb/config/alpha | |
parent | cfef91e424aacb27bd231c6d2d09ca84e20275e9 (diff) | |
download | gdb-fcf4f89174eb264391b74f5b39b15ec354c3a2f7.zip gdb-fcf4f89174eb264391b74f5b39b15ec354c3a2f7.tar.gz gdb-fcf4f89174eb264391b74f5b39b15ec354c3a2f7.tar.bz2 |
* config/alpha/tm-nbsd.h: Include solib.h.
Diffstat (limited to 'gdb/config/alpha')
-rw-r--r-- | gdb/config/alpha/tm-nbsd.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/config/alpha/tm-nbsd.h b/gdb/config/alpha/tm-nbsd.h index 9e92656..90a75a7 100644 --- a/gdb/config/alpha/tm-nbsd.h +++ b/gdb/config/alpha/tm-nbsd.h @@ -22,6 +22,7 @@ #define TM_NBSD_H #include "alpha/tm-alpha.h" +#include "solib.h" /* Number of traps that happen between exec'ing the shell to run an inferior, and when we finally get to the inferior code. The |