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.

12 lines
270 B

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