Just include one or the other of poll.h or sys/poll.h

This commit is contained in:
Howard Chu 2006-09-21 18:00:01 +00:00
parent bd1f3a7d8d
commit a8e58e3eb4

View File

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