mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-21 03:10:25 +08:00
Just include one or the other of poll.h or sys/poll.h
This commit is contained in:
parent
bd1f3a7d8d
commit
a8e58e3eb4
@ -23,8 +23,7 @@
|
||||
|
||||
#ifdef HAVE_POLL_H
|
||||
#include <poll.h>
|
||||
#endif
|
||||
#ifdef HAVE_SYS_POLL_H
|
||||
#elif defined(HAVE_SYS_POLL_H)
|
||||
#include <sys/poll.h>
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user