From d40d85f7ce39d5e8301173a7d21707dd8c3ab5cd Mon Sep 17 00:00:00 2001 From: chriszero Date: Mon, 12 Jan 2015 21:32:12 +0100 Subject: Fixes Segfault after playing a movie --- hlsPlayer.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'hlsPlayer.h') diff --git a/hlsPlayer.h b/hlsPlayer.h index 3df9c46..8d8bdb8 100644 --- a/hlsPlayer.h +++ b/hlsPlayer.h @@ -11,9 +11,11 @@ #include #include +#include #include #include "m3u8Parser.h" +#include "Config.h" class cHlsSegmentLoader : public cThread { @@ -46,6 +48,7 @@ private: protected: void Action(void); bool DoLoad(void); + void AddHeader(Poco::Net::HTTPRequest& req); bool StopLoader(void); public: -- cgit v1.2.3