]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
libcli: "smb_util.h" needs "ntstatus.h"
authorVolker Lendecke <vl@samba.org>
Sun, 24 Oct 2021 10:44:56 +0000 (12:44 +0200)
committerJeremy Allison <jra@samba.org>
Thu, 11 Nov 2021 19:08:37 +0000 (19:08 +0000)
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
libcli/smb/smb_util.h

index 2a727db8b6fe5d2c9ab126c9bb74f94d71107d0e..f2cc0fba9ccecb005bacd73b1f378ff988edacc5 100644 (file)
@@ -23,6 +23,7 @@
 #include "system/filesys.h"
 #include "smb_constants.h"
 #include <talloc.h>
+#include "libcli/util/ntstatus.h"
 
 #ifndef _SMB_UTIL_H
 #define _SMB_UTIL_H