summaryrefslogtreecommitdiff
path: root/source3/locking
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2017-01-01 20:00:55 +0000
committerRalph Boehme <slow@samba.org>2017-01-22 18:30:11 +0100
commit9af73f62ce87cb5d1e050a58a581dee3d790d848 (patch)
tree9605a981281bcccad75819f0f0c09a855227ada9 /source3/locking
parent5059c8e2e3a6159bc2917ddd80d09fab35b39e66 (diff)
downloadsamba-9af73f62ce87cb5d1e050a58a581dee3d790d848.tar.gz
lib: Add lib/util/server_id.h
Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Ralph Boehme <slow@samba.org>
Diffstat (limited to 'source3/locking')
-rw-r--r--source3/locking/brlock.c1
-rw-r--r--source3/locking/locking.c1
-rw-r--r--source3/locking/posix.c1
-rw-r--r--source3/locking/share_mode_lock.c1
4 files changed, 4 insertions, 0 deletions
diff --git a/source3/locking/brlock.c b/source3/locking/brlock.c
index 70096d627f0..33efe37810b 100644
--- a/source3/locking/brlock.c
+++ b/source3/locking/brlock.c
@@ -26,6 +26,7 @@
#include "includes.h"
#include "system/filesys.h"
+#include "lib/util/server_id.h"
#include "locking/proto.h"
#include "smbd/globals.h"
#include "dbwrap/dbwrap.h"
diff --git a/source3/locking/locking.c b/source3/locking/locking.c
index 5a9746094ba..e540ab4dcd8 100644
--- a/source3/locking/locking.c
+++ b/source3/locking/locking.c
@@ -37,6 +37,7 @@
#include "includes.h"
#include "system/filesys.h"
+#include "lib/util/server_id.h"
#include "locking/proto.h"
#include "smbd/globals.h"
#include "dbwrap/dbwrap.h"
diff --git a/source3/locking/posix.c b/source3/locking/posix.c
index 432637a3dfe..ff794282114 100644
--- a/source3/locking/posix.c
+++ b/source3/locking/posix.c
@@ -23,6 +23,7 @@
#include "includes.h"
#include "system/filesys.h"
+#include "lib/util/server_id.h"
#include "locking/proto.h"
#include "dbwrap/dbwrap.h"
#include "dbwrap/dbwrap_rbt.h"
diff --git a/source3/locking/share_mode_lock.c b/source3/locking/share_mode_lock.c
index f738323ef7c..0f4028c1030 100644
--- a/source3/locking/share_mode_lock.c
+++ b/source3/locking/share_mode_lock.c
@@ -37,6 +37,7 @@
#include "includes.h"
#include "system/filesys.h"
+#include "lib/util/server_id.h"
#include "locking/proto.h"
#include "smbd/globals.h"
#include "dbwrap/dbwrap.h"