Skip to content
Snippets Groups Projects
Commit a8e58e3e authored by Howard Chu's avatar Howard Chu
Browse files

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

parent bd1f3a7d
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment