Skip to content

Commit 11404af

Browse files
committed
sanity: autoconf check for sys/select.h
1 parent 529047f commit 11404af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,7 @@ if test x$TARGET_OS = xdarwin; then
368368
AX_CHECK_LINK_FLAG([[-Wl,-dead_strip]], [LDFLAGS="$LDFLAGS -Wl,-dead_strip"])
369369
fi
370370

371-
AC_CHECK_HEADERS([stdio.h stdlib.h unistd.h strings.h sys/types.h sys/stat.h])
371+
AC_CHECK_HEADERS([stdio.h stdlib.h unistd.h strings.h sys/types.h sys/stat.h sys/select.h])
372372

373373
dnl Check for MSG_NOSIGNAL
374374
AC_MSG_CHECKING(for MSG_NOSIGNAL)

0 commit comments

Comments
 (0)