From: Bernhard Froehlich Date: Sat, 4 May 2013 12:22:18 +0000 (+0200) Subject: Add missing include for FreeBSD which has AF_INET6 defined in sys/socket.h X-Git-Tag: v3.9~46^2~19 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=112c26433688a30a9245a4242956514d7a64cbd9;p=thirdparty%2Ftvheadend.git Add missing include for FreeBSD which has AF_INET6 defined in sys/socket.h --- diff --git a/src/htsp_server.c b/src/htsp_server.c index 77dbb6c06..a4da32791 100644 --- a/src/htsp_server.c +++ b/src/htsp_server.c @@ -29,6 +29,8 @@ #include #include #include +#include +#include #include "tvheadend.h" #include "channels.h"