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"
|
#include "config.h"
|
||||||
|
|
||||||
#ifdef USE_WINSOCK
|
#ifndef USE_WINSOCK
|
||||||
|
|
||||||
#else
|
|
||||||
#include <poll.h>
|
#include <poll.h>
|
||||||
#endif
|
#endif
|
||||||
#include <sys/resource.h>
|
#include <sys/resource.h>
|
||||||
|
|
Loading…
Reference in New Issue