mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 00:29:35 -05:00
Don't bother including <sys/epoll.h> if we're not using epoll.
This commit is contained in:
parent
984276d849
commit
70d3e8f102
1 changed files with 1 additions and 1 deletions
|
|
@ -40,7 +40,7 @@
|
|||
|
||||
#include "ldap_rq.h"
|
||||
|
||||
#ifdef HAVE_SYS_EPOLL_H
|
||||
#if defined(HAVE_SYS_EPOLL_H) && defined(HAVE_EPOLL)
|
||||
#include <sys/epoll.h>
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue