mirror of
https://github.com/cuberite/libevent.git
synced 2025-09-09 04:19:10 -04:00
select comes from <sys/select.h> according to POSIX.1-2001, or from a
variety of other standard headers on older systems, but not <select.h>. AIX build fix.
This commit is contained in:
parent
652024b6b1
commit
a3a9f6b2d9
@ -432,8 +432,8 @@ AC_CHECK_TYPES([fd_mask], , ,
|
||||
[#ifdef HAVE_SYS_TYPES_H
|
||||
#include <sys/types.h>
|
||||
#endif
|
||||
#ifdef HAVE_SELECT_H
|
||||
#include <select.h>
|
||||
#ifdef HAVE_SYS_SELECT_H
|
||||
#include <sys/select.h>
|
||||
#endif])
|
||||
|
||||
AC_CHECK_SIZEOF(long long)
|
||||
|
Loading…
x
Reference in New Issue
Block a user