mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
tools: Improve watchgnupg portability.
* configure.ac (AC_CHECK_HEADERS): Check for sys.select.h * tools/watchgnupg.c: Include it. -- It seems http://www.musl-libc.org/ is quite limited and requires the use sys/select.h instead of unistd.h et al.
This commit is contained in:
parent
f1c3eb4b16
commit
0367a4b8cf
2 changed files with 4 additions and 1 deletions
|
@ -1190,7 +1190,7 @@ fi
|
|||
AC_MSG_NOTICE([checking for header files])
|
||||
AC_HEADER_STDC
|
||||
AC_CHECK_HEADERS([string.h unistd.h langinfo.h termio.h locale.h getopt.h \
|
||||
pty.h utmp.h pwd.h inttypes.h signal.h])
|
||||
pty.h utmp.h pwd.h inttypes.h signal.h sys/select.h])
|
||||
AC_HEADER_TIME
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue