mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-06 10:46:21 +08:00
Don't bother including <sys/epoll.h> if we're not using epoll.
This commit is contained in:
parent
984276d849
commit
70d3e8f102
@ -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 New Issue
Block a user