]> git.sesse.net Git - vlc/blob - extras/contrib/src/Patches/daap.patch
8a411668fefde0bac077c1db2c3d18dc5cf9e914
[vlc] / extras / contrib / src / Patches / daap.patch
1 --- http_client.c       2005-05-12 07:52:03.000000000 +0200
2 +++ http_client_2.c     2005-08-04 13:43:27.000000000 +0200
3 @@ -35,6 +35,10 @@
4  # include <tcpd.h>
5  #endif
6  
7 +#ifdef MAC_OS_X_VERSION_10_2
8 +# include <netinet/in.h>
9 +#endif
10 +
11  #ifdef SYSTEM_POSIX
12  # include <unistd.h>
13  # include <sys/types.h>