diff options
author | Alexandre Oliva <aoliva@redhat.com> | 2002-10-02 01:27:59 +0000 |
---|---|---|
committer | Alexandre Oliva <aoliva@redhat.com> | 2002-10-02 01:27:59 +0000 |
commit | d154bee237a278c3a8d2e18a7342395e111aec7e (patch) | |
tree | 0bc2bdcb2dbfdd5c83eea49bd2c8595f307028d6 /gdb/config/mips | |
parent | 389e69e944e55a425223920132c1d61c779aac3c (diff) | |
download | gdb-d154bee237a278c3a8d2e18a7342395e111aec7e.zip gdb-d154bee237a278c3a8d2e18a7342395e111aec7e.tar.gz gdb-d154bee237a278c3a8d2e18a7342395e111aec7e.tar.bz2 |
* config/mips/tm-irix6.h: Include solib.h.
Diffstat (limited to 'gdb/config/mips')
-rw-r--r-- | gdb/config/mips/tm-irix6.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/config/mips/tm-irix6.h b/gdb/config/mips/tm-irix6.h index 6a91ebc..58b97e1 100644 --- a/gdb/config/mips/tm-irix6.h +++ b/gdb/config/mips/tm-irix6.h @@ -20,6 +20,7 @@ Boston, MA 02111-1307, USA. */ #include "mips/tm-bigmips64.h" +#include "solib.h" /* SGI's assembler doesn't grok dollar signs in identifiers. So we use dots instead. This item must be coordinated with G++. */ |