diff options
author | Fneufneu <fneufneu@xbmc.org> | 2011-06-09 16:09:22 +0200 |
---|---|---|
committer | Fneufneu <fneufneu@xbmc.org> | 2011-06-09 16:09:22 +0200 |
commit | 41131ab8b3aedd52c175f8543d17282a0895bc62 (patch) | |
tree | af17d90e732e36ca066de86ac655b0ee2491bb23 /lib/SlingboxLib | |
parent | 331ab90edc4fd53ea19568d127645e81b5be1287 (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.cpp | 1 |
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) |