Now using <poll.h> instead of <sys/poll.h>. Also added a bit

to autoconf to ensure we don't use poll on OS X.
This commit is contained in:
crs
2004-07-31 11:19:39 +00:00
parent 6284286d4f
commit b66a403941
3 changed files with 7 additions and 4 deletions

View File

@@ -18,7 +18,7 @@
#include "CEvent.h"
#include "IEventQueue.h"
#if HAVE_POLL
# include <sys/poll.h>
# include <poll.h>
#else
# if HAVE_SYS_SELECT_H
# include <sys/select.h>