]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
Add missing include for FreeBSD which has AF_INET6 defined in sys/socket.h
authorBernhard Froehlich <decke@bluelife.at>
Sat, 4 May 2013 12:22:18 +0000 (14:22 +0200)
committerBernhard Froehlich <decke@bluelife.at>
Sat, 4 May 2013 12:22:18 +0000 (14:22 +0200)
src/htsp_server.c

index f68d016dc7ebb47b5dcc6c3f3e2d4ecd026cacd0..1890d01e33efacf76802b433c74c31d557052d4b 100644 (file)
@@ -29,6 +29,8 @@
 #include <netinet/tcp.h>
 #include <arpa/inet.h>
 #include <sys/stat.h>
+#include <sys/types.h>
+#include <sys/socket.h>
 
 #include "tvheadend.h"
 #include "channels.h"