mirror of https://github.com/getdnsapi/getdns.git
cleanup poll.h include for non-windows
This commit is contained in:
parent
d3b097fffe
commit
5cc4028d63
|
@ -27,9 +27,7 @@
|
|||
|
||||
#include "config.h"
|
||||
|
||||
#ifdef USE_WINSOCK
|
||||
|
||||
#else
|
||||
#ifndef USE_WINSOCK
|
||||
#include <poll.h>
|
||||
#endif
|
||||
#include <sys/resource.h>
|
||||
|
|
Loading…
Reference in New Issue