mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-28 02:29:34 -05:00
Just include one or the other of poll.h or sys/poll.h
This commit is contained in:
parent
bd1f3a7d8d
commit
a8e58e3eb4
1 changed files with 1 additions and 2 deletions
|
|
@ -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 a new issue