aboutsummaryrefslogtreecommitdiff
path: root/lib/SlingboxLib
diff options
context:
space:
mode:
authorFneufneu <fneufneu@xbmc.org>2011-06-09 16:09:22 +0200
committerFneufneu <fneufneu@xbmc.org>2011-06-09 16:09:22 +0200
commit41131ab8b3aedd52c175f8543d17282a0895bc62 (patch)
treeaf17d90e732e36ca066de86ac655b0ee2491bb23 /lib/SlingboxLib
parent331ab90edc4fd53ea19568d127645e81b5be1287 (diff)
include sys/socket.h for send(2) in HTSPSession.cpp
add netinet/in.h in SlingboxLib.cpp and cddb.cpp not auto included in FreeBSD
Diffstat (limited to 'lib/SlingboxLib')
-rw-r--r--lib/SlingboxLib/SlingboxLib.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/SlingboxLib/SlingboxLib.cpp b/lib/SlingboxLib/SlingboxLib.cpp
index 6f77545ae4..f2d7017de1 100644
--- a/lib/SlingboxLib/SlingboxLib.cpp
+++ b/lib/SlingboxLib/SlingboxLib.cpp
@@ -27,6 +27,7 @@ typedef int socklen_t;
#include <stdio.h>
#include <unistd.h>
#include <time.h>
+#include <netinet/in.h>
#include <arpa/inet.h>
#include <sys/socket.h>
#define INVALID_SOCKET (SOCKET)(~0)