change include <sys/poll.h> to #include <poll.h>
parent
34f8c3abb9
commit
505893dc4c
|
|
@ -37,7 +37,7 @@
|
||||||
#include <ifaddrs.h>
|
#include <ifaddrs.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include <sys/poll.h>
|
#include <poll.h>
|
||||||
#include <sys/select.h>
|
#include <sys/select.h>
|
||||||
#include "shared_func.h"
|
#include "shared_func.h"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue