]> git.sesse.net Git - vlc/blob - contrib/src/shout/bsd.patch
A bit more modern version of the About dialog
[vlc] / contrib / src / shout / bsd.patch
1 --- libshout.orig/src/net/sock.c        2012-10-04 13:04:55.000000000 +0200
2 +++ libshout/src/net/sock.c     2012-10-04 13:05:18.000000000 +0200
3 @@ -22,6 +22,10 @@
4   #include <config.h>
5  #endif
6  
7 +#ifdef __FreeBSD__
8 +# define __BSD_VISIBLE 1
9 +#endif
10 +
11  #include <stdio.h>
12  #include <stdlib.h>
13  #include <stdarg.h>