Don't bother including <sys/epoll.h> if we're not using epoll.

This commit is contained in:
Howard Chu 2004-11-21 02:18:26 +00:00
parent 984276d849
commit 70d3e8f102

View File

@ -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