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.

11 lines
214 B

  1. --- a/src/server.c
  2. +++ b/src/server.c
  3. @@ -48,7 +48,7 @@
  4. #include <netdb.h>
  5. #include <sys/socket.h>
  6. #ifdef HAVE_POLL
  7. -#include <sys/poll.h>
  8. +#include <poll.h>
  9. #endif
  10. #include <sys/un.h>
  11. #include <arpa/inet.h>