diff options
Diffstat (limited to 'gdb/mipsread.c')
-rw-r--r-- | gdb/mipsread.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gdb/mipsread.c b/gdb/mipsread.c index 137c6c4..e4804ac 100644 --- a/gdb/mipsread.c +++ b/gdb/mipsread.c @@ -30,7 +30,9 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #include "symfile.h" #ifdef CMUCS #include <mips/syms.h> -#endif CMUCS +#else /* not CMUCS */ +#include <syms.h> +#endif /* not CMUCS */ /* Since these things are defined differently on various systems I'll (re)define here what I really need in this module. I only assume the |