[haiku-commits] haiku: hrev53140 - src/add-ons/media/plugins/http_streamer

  • From: waddlesplash <waddlesplash@xxxxxxxxx>
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Fri, 17 May 2019 16:13:39 -0400 (EDT)

hrev53140 adds 1 changeset to branch 'master'
old head: 5731cdeb5f95ed06da2ed9158305f13fc7352fd7
new head: f8fdf848d0ab6364f9ec3b133726affa2c33ab47
overview: 
https://git.haiku-os.org/haiku/log/?qt=range&q=f8fdf848d0ab+%5E5731cdeb5f95

----------------------------------------------------------------------------

f8fdf848d0ab: HTTPStreamer: Another build fix I forgot to commit.
  
  Sorry for the noise...

                              [ Augustin Cavalier <waddlesplash@xxxxxxxxx> ]

----------------------------------------------------------------------------

Revision:    hrev53140
Commit:      f8fdf848d0ab6364f9ec3b133726affa2c33ab47
URL:         https://git.haiku-os.org/haiku/commit/?id=f8fdf848d0ab
Author:      Augustin Cavalier <waddlesplash@xxxxxxxxx>
Date:        Fri May 17 20:13:07 2019 UTC

----------------------------------------------------------------------------

2 files changed, 2 insertions(+), 2 deletions(-)
src/add-ons/media/plugins/http_streamer/HTTPMediaIO.cpp        | 2 +-
src/add-ons/media/plugins/http_streamer/HTTPStreamerPlugin.cpp | 2 +-

----------------------------------------------------------------------------

diff --git a/src/add-ons/media/plugins/http_streamer/HTTPMediaIO.cpp 
b/src/add-ons/media/plugins/http_streamer/HTTPMediaIO.cpp
index b7f08e3791..1cabcd2211 100644
--- a/src/add-ons/media/plugins/http_streamer/HTTPMediaIO.cpp
+++ b/src/add-ons/media/plugins/http_streamer/HTTPMediaIO.cpp
@@ -10,7 +10,7 @@
 #include <HttpRequest.h>
 #include <UrlProtocolRoster.h>
 
-#include "debug.h"
+#include "MediaDebug.h"
 
 
 // 10 seconds timeout
diff --git a/src/add-ons/media/plugins/http_streamer/HTTPStreamerPlugin.cpp 
b/src/add-ons/media/plugins/http_streamer/HTTPStreamerPlugin.cpp
index c821b3d12a..40a3f46df5 100644
--- a/src/add-ons/media/plugins/http_streamer/HTTPStreamerPlugin.cpp
+++ b/src/add-ons/media/plugins/http_streamer/HTTPStreamerPlugin.cpp
@@ -8,7 +8,7 @@
 
 #include "HTTPMediaIO.h"
 
-#include "debug.h"
+#include "MediaDebug.h"
 
 
 HTTPStreamer::HTTPStreamer()


Other related posts:

  • » [haiku-commits] haiku: hrev53140 - src/add-ons/media/plugins/http_streamer - waddlesplash