mirror of
git://git.gnupg.org/gnupg.git
synced 2024-12-22 10:19:57 +01:00
Merge branch 'STABLE-BRANCH-2-2' into master
Signed-off-by: NIIBE Yutaka <gniibe@fsij.org>
This commit is contained in:
commit
c2e69a7a8c
@ -44,6 +44,9 @@
|
||||
#include <sys/socket.h>
|
||||
#include <sys/un.h>
|
||||
#endif /*!HAVE_W32_SYSTEM*/
|
||||
#ifdef HAVE_SYS_UCRED_H
|
||||
#include <sys/ucred.h>
|
||||
#endif
|
||||
#ifdef HAVE_UCRED_H
|
||||
#include <ucred.h>
|
||||
#endif
|
||||
|
@ -1289,7 +1289,7 @@ 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 sys/select.h \
|
||||
stdint.h signal.h util.h libutil.h termios.h \
|
||||
ucred.h sys/sysmacros.h sys/mkdev.h])
|
||||
ucred.h sys/ucred.h sys/sysmacros.h sys/mkdev.h])
|
||||
|
||||
AC_HEADER_TIME
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user