]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
lib: g_lock.h references "struct server_id", add #include
authorVolker Lendecke <vl@samba.org>
Wed, 11 Nov 2020 15:52:07 +0000 (16:52 +0100)
committerJeremy Allison <jra@samba.org>
Thu, 19 Nov 2020 22:56:40 +0000 (22:56 +0000)
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
source3/include/g_lock.h

index 5892f10fcd632a2a8671ccc655f1d8344f4de62e..3a94879d209f6d6eb93c3952467eee61d9a101ae 100644 (file)
@@ -20,6 +20,8 @@
 #ifndef _G_LOCK_H_
 #define _G_LOCK_H_
 
+#include "replace.h"
+#include "librpc/gen_ndr/server_id.h"
 #include "dbwrap/dbwrap.h"
 
 struct g_lock_ctx;