diff options
Diffstat (limited to 'gdb/configure.in')
-rw-r--r-- | gdb/configure.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gdb/configure.in b/gdb/configure.in index f91503a..4c549cc 100644 --- a/gdb/configure.in +++ b/gdb/configure.in @@ -110,6 +110,7 @@ AC_ARG_PROGRAM AC_TYPE_SIGNAL +AC_HEADER_DIRENT AC_HEADER_STDC dnl Solaris 7 needs _MSE_INT_H defined to avoid a clash between <widec.h> @@ -126,7 +127,7 @@ AC_CHECK_HEADERS(ctype.h nlist.h link.h thread_db.h proc_service.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/file.h sys/ioctl.h sys/user.h sys/fault.h sys/syscall.h \ - dirent.h sys/ndir.h sys/dir.h ndir.h sys/filio.h \ + sys/filio.h \ curses.h ncurses.h \ poll.h sys/poll.h) AC_HEADER_STAT |