is a free and open source cross-platform media-player and entertainment hub. This is a tagged release of the XBMC pvr-ppa-odk branch that adds PVR functionality using tvheadend (not ported to FreeBSD yet but can be used over the network), MythTV (currently broken), or VDR (via external plugins), and is located at: https://github.com/opdenkamp/xbmc WWW: http://xbmc.org/
14 lines
269 B
C
14 lines
269 B
C
--- lib/libXDAAP/httpClient.c.orig
|
|
+++ lib/libXDAAP/httpClient.c
|
|
@@ -61,6 +61,11 @@
|
|
#include <netinet/in.h>
|
|
#endif
|
|
|
|
+#if defined(__FreeBSD__)
|
|
+#include <sys/types.h>
|
|
+#include <sys/socket.h>
|
|
+#endif /* __FreeBSD__ */
|
|
+
|
|
struct HTTP_ConnectionTAG
|
|
{
|
|
char *host;
|