1
0
mirror of https://gitlab.xiph.org/xiph/icecast-common.git synced 2024-09-29 04:25:57 -04:00

We weren't actually using poll at all, we were just including the header.

For portability, remove the header and the check in configure.in

svn path=/trunk/net/; revision=4283
This commit is contained in:
brendan 2003-01-21 06:45:43 +00:00
parent 6780ececbc
commit 251640060b

View File

@ -36,7 +36,6 @@
#include <arpa/inet.h>
#include <sys/time.h>
#include <netdb.h>
#include <sys/poll.h>
#else
#include <winsock2.h>
#define vsnprintf _vsnprintf