From: Jaroslav Kysela Date: Thu, 25 Jan 2018 07:02:10 +0000 (+0100) Subject: fix double tvhpoll_t definition, fixes #4889 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ca38f6ade7850077cd994c55f1e1504d99bfd336;p=thirdparty%2Ftvheadend.git fix double tvhpoll_t definition, fixes #4889 --- diff --git a/src/input/mpegts/iptv/iptv_private.h b/src/input/mpegts/iptv/iptv_private.h index 6a1893350..e7c000ca2 100644 --- a/src/input/mpegts/iptv/iptv_private.h +++ b/src/input/mpegts/iptv/iptv_private.h @@ -24,6 +24,7 @@ #include "htsbuf.h" #include "url.h" #include "udp.h" +#include "tvhpoll.h" #define IPTV_BUF_SIZE (300*188) #define IPTV_PKTS 32 @@ -35,8 +36,6 @@ typedef struct iptv_mux iptv_mux_t; typedef struct iptv_service iptv_service_t; typedef struct iptv_handler iptv_handler_t; -typedef struct tvhpoll tvhpoll_t; - struct iptv_handler { const char *scheme;