You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
344 B

  1. diff -urN a/lib/asyncsocket/asyncsocket.c b/lib/asyncsocket/asyncsocket.c
  2. --- a/lib/asyncsocket/asyncsocket.c
  3. +++ b/lib/asyncsocket/asyncsocket.c
  4. @@ -69,8 +69,8 @@
  5. #else
  6. #include <stddef.h>
  7. #include <ctype.h>
  8. +#include <poll.h>
  9. #include <sys/types.h>
  10. -#include <sys/poll.h>
  11. #include <sys/socket.h>
  12. #include <sys/un.h>
  13. #include <netdb.h>