[vlc-commits] Smooth: fix compilation for Android

Jean-Baptiste Kempf git at videolan.org
Sat Oct 31 17:57:50 CET 2015


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Sat Oct 31 17:57:09 2015 +0100| [b4899df64b944e00f126d16b3987309deb8142aa] | committer: Jean-Baptiste Kempf

Smooth: fix compilation for Android

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=b4899df64b944e00f126d16b3987309deb8142aa
---

 modules/demux/smooth/playlist/ForgedInitSegment.cpp |    2 ++
 1 file changed, 2 insertions(+)

diff --git a/modules/demux/smooth/playlist/ForgedInitSegment.cpp b/modules/demux/smooth/playlist/ForgedInitSegment.cpp
index 4993eb7..97f3347 100644
--- a/modules/demux/smooth/playlist/ForgedInitSegment.cpp
+++ b/modules/demux/smooth/playlist/ForgedInitSegment.cpp
@@ -27,6 +27,8 @@
 
 #include <vlc_common.h>
 
+#include <cstdlib>
+
 extern "C"
 {
     #include "../../mux/mp4/libmp4mux.h"



More information about the vlc-commits mailing list