[vlc-devel] [PATCH] smb2: include libsmb2-dcerpc-srvsvc.h
Thomas Guillem
thomas at gllm.fr
Fri Jun 5 10:27:14 CEST 2020
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
More information about the vlc-devel
mailing list