summaryrefslogtreecommitdiff
path: root/src/Demuxer.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Demuxer.h')
-rw-r--r--src/Demuxer.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/Demuxer.h b/src/Demuxer.h
index 2b8e636..033c54d 100644
--- a/src/Demuxer.h
+++ b/src/Demuxer.h
@@ -13,7 +13,8 @@
#include "trap.h"
-#include "Utils.h"
+#include "Util.h"
+#include "Http.h"
#include "Source.h"
//----------------------------------------------------------------------
@@ -39,7 +40,7 @@ protected:
bool parse_webif_response(std::string& response, std::vector<unsigned long> &new_pids);
public:
- Demuxer(RequestHeader *header) throw(trap);
+ Demuxer(HttpHeader *header) throw(trap);
virtual ~Demuxer() throw();
int get_fd() const throw();
};