mirror of
https://github.com/OpenVPN/openvpn.git
synced 2025-05-08 21:25:53 +08:00
build: detect sys/wait.h required for *bsd
Signed-off-by: Alon Bar-Lev <alon.barlev@gmail.com> Acked-by: Gert Doering <gert@greenie.muc.de> Message-Id: 1336813338-9219-1-git-send-email-alon.barlev@gmail.com URL: http://article.gmane.org/gmane.network.openvpn.devel/6532 Signed-off-by: David Sommerseth <davids@redhat.com>
This commit is contained in:
parent
46977f2907
commit
f641637a73
@ -365,7 +365,7 @@ AC_CHECK_HEADERS([ \
|
||||
])
|
||||
AC_CHECK_HEADERS([ \
|
||||
sys/time.h sys/ioctl.h sys/stat.h \
|
||||
sys/mman.h sys/file.h \
|
||||
sys/mman.h sys/file.h sys/wait.h \
|
||||
unistd.h signal.h libgen.h stropts.h \
|
||||
syslog.h pwd.h grp.h \
|
||||
sys/sockio.h sys/uio.h linux/sockios.h \
|
||||
|
Loading…
x
Reference in New Issue
Block a user