diff options
author | Michael Sokolov <msokolov@ivan.harhan.org> | 2001-02-14 18:48:40 +0000 |
---|---|---|
committer | Michael Sokolov <msokolov@ivan.harhan.org> | 2001-02-14 18:48:40 +0000 |
commit | fc24370e47de795c93e5be9bcc1bcebf739a0b67 (patch) | |
tree | c7046ad51920089a908abb896eb5fbdda6e55342 /gdb/configure | |
parent | 24174db0faad54ea0bf4696a946b3541b1bbceb0 (diff) | |
download | gdb-fc24370e47de795c93e5be9bcc1bcebf739a0b67.zip gdb-fc24370e47de795c93e5be9bcc1bcebf739a0b67.tar.gz gdb-fc24370e47de795c93e5be9bcc1bcebf739a0b67.tar.bz2 |
* configure.in (AC_CHECK_HEADERS): Add sys/file.h.
* configure, config.in: Regenerate.
* corelow.c: Include <sys/file.h> if present.
Diffstat (limited to 'gdb/configure')
-rwxr-xr-x | gdb/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/configure b/gdb/configure index 96765cc..9032d82 100755 --- a/gdb/configure +++ b/gdb/configure @@ -3384,7 +3384,7 @@ for ac_hdr in ctype.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 sys/user.h \ + time.h sys/file.h sys/ioctl.h sys/user.h \ dirent.h sys/ndir.h sys/dir.h ndir.h \ curses.h ncurses.h \ poll.h sys/poll.h |