mirror of
https://gitlab.xiph.org/xiph/icecast-common.git
synced 2025-01-03 14:56:36 -05: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:
parent
6780ececbc
commit
251640060b
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user