]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
fix double tvhpoll_t definition, fixes #4889
authorJaroslav Kysela <perex@perex.cz>
Thu, 25 Jan 2018 07:02:10 +0000 (08:02 +0100)
committerJaroslav Kysela <perex@perex.cz>
Thu, 25 Jan 2018 07:02:10 +0000 (08:02 +0100)
src/input/mpegts/iptv/iptv_private.h

index 6a1893350ca287a7acaf488e83202e54b94028a2..e7c000ca21f0ee7d68fb8646d055436409327063 100644 (file)
@@ -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;