[vlc-devel] [PATCH 1/2] android/specific: add missing errno.h include

Thomas Guillem thomas at gllm.fr
Thu Nov 7 09:59:43 CET 2019


Merged, thanks!

Do you want a backport to VLC 3.0 (I can't reproduce the build issue myself) ?

On Tue, Nov 5, 2019, at 17:44, Zhao Zhili wrote:
> ---
>  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>
> -- 
> 2.23.0
> 
> 
> 
> _______________________________________________
> vlc-devel mailing list
> To unsubscribe or modify your subscription options:
> https://mailman.videolan.org/listinfo/vlc-devel


More information about the vlc-devel mailing list