mirror of
https://github.com/samba-team/samba.git
synced 2025-08-05 12:22:11 +03:00
lib: g_lock.h references "struct server_id", add #include
Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
This commit is contained in:
committed by
Jeremy Allison
parent
7aaefd6f46
commit
47d93b0280
@ -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;
|
||||
|
Reference in New Issue
Block a user