diff options
author | Andrew Cagney <cagney@redhat.com> | 2000-05-23 07:49:05 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2000-05-23 07:49:05 +0000 |
commit | 6e8cb14ae5bbf686d99416c8f9681d10a95e0548 (patch) | |
tree | 97c3253a796d675e7ea669f35c582d7c185f9163 /gdb/configure.in | |
parent | 5a327c7ac240f0d61153acf965fb9ddfbfa1fa27 (diff) | |
download | gdb-6e8cb14ae5bbf686d99416c8f9681d10a95e0548.zip gdb-6e8cb14ae5bbf686d99416c8f9681d10a95e0548.tar.gz gdb-6e8cb14ae5bbf686d99416c8f9681d10a95e0548.tar.bz2 |
IRIX GCC fixes from 5.0 branch.
Diffstat (limited to 'gdb/configure.in')
-rw-r--r-- | gdb/configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/configure.in b/gdb/configure.in index 468a07e..c58eb35 100644 --- a/gdb/configure.in +++ b/gdb/configure.in @@ -102,7 +102,7 @@ AC_CHECK_HEADERS(ctype.h curses.h endian.h link.h thread_db.h proc_service.h \ string.h sys/procfs.h sys/ptrace.h sys/reg.h stdint.h \ term.h termio.h termios.h unistd.h wait.h sys/wait.h \ wchar.h wctype.h asm/debugreg.h sys/debugreg.h sys/select.h \ - time.h sys/ioctl.h) + time.h sys/ioctl.h sys/user.h) AC_HEADER_STAT AC_C_CONST |