Check for sys/epoll.h

This commit is contained in:
Howard Chu 2004-11-18 22:07:37 +00:00
parent 1666e4c083
commit f825367acf

View file

@ -40,7 +40,7 @@
#include "ldap_rq.h"
#ifdef HAVE_EPOLL
#ifdef HAVE_SYS_EPOLL_H
#include <sys/epoll.h>
#endif