mirror of
https://gitlab.xiph.org/xiph/icecast-server.git
synced 2024-12-04 14:46:30 -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
cefe6b8970
commit
ac6bd1d2e7
@ -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