[vlc-commits] android/specific: add missing errno.h include

Zhao Zhili git at videolan.org
Thu Nov 7 09:58:56 CET 2019


vlc | branch: master | Zhao Zhili <quinkblack at foxmail.com> | Wed Nov  6 00:44:54 2019 +0800| [b4b5b368982c689ece348ec9ad4e6297616ad177] | committer: Thomas Guillem

android/specific: add missing errno.h include

Signed-off-by: Thomas Guillem <thomas at gllm.fr>

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

 src/android/specific.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/android/specific.c b/src/android/specific.c
index c75b5e239d..1b74f522a3 100644
--- a/src/android/specific.c
+++ b/src/android/specific.c
@@ -23,6 +23,7 @@
 #endif
 
 #include <assert.h>
+#include <errno.h>
 
 #include <vlc_common.h>
 #include <vlc_network.h>



More information about the vlc-commits mailing list