patch-src_socket_c 286 B

12345678910
  1. --- libmpdclient-2.8.orig/src/socket.c 2010-01-01 15:17:56.000000000 +0100
  2. +++ libmpdclient-2.8/src/socket.c 2013-09-18 11:03:04.000000000 +0200
  3. @@ -35,6 +35,7 @@
  4. #include <stdlib.h>
  5. #include <stdio.h>
  6. #include <fcntl.h>
  7. +#include <sys/select.h>
  8. #include <unistd.h>
  9. #ifdef WIN32