[vlc-devel] [PATCH] smb2: include libsmb2-dcerpc-srvsvc.h

Thomas Guillem thomas at gllm.fr
Fri Jun 5 10:38:36 CEST 2020


Forget it.
This header is present but not installed in v.3.0.0.

The only way to fix it correctly is to include this header only if the version is > v.3.0.0 (but there is no newer versions than 3.0.0).

On Fri, Jun 5, 2020, at 10:27, Thomas Guillem wrote:
> Some struct and enum has been moved to this header (that exists since v3.0.0).
> ---
>  modules/access/smb2.c | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/modules/access/smb2.c b/modules/access/smb2.c
> index d287493e4f..53bb98cb52 100644
> --- a/modules/access/smb2.c
> +++ b/modules/access/smb2.c
> @@ -46,6 +46,7 @@
>  #include <smb2/smb2.h>
>  #include <smb2/libsmb2.h>
>  #include <smb2/libsmb2-raw.h>
> +#include <smb2/libsmb2-dcerpc-srvsvc.h>
>  
>  #ifdef HAVE_DSM
>  # include <bdsm/netbios_ns.h>
> -- 
> 2.20.1
> 
> _______________________________________________
> 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