diff options
author | Volker Lendecke <vl@samba.org> | 2017-01-01 20:00:55 +0000 |
---|---|---|
committer | Ralph Boehme <slow@samba.org> | 2017-01-22 18:30:11 +0100 |
commit | 9af73f62ce87cb5d1e050a58a581dee3d790d848 (patch) | |
tree | 9605a981281bcccad75819f0f0c09a855227ada9 /source3/smbd/scavenger.c | |
parent | 5059c8e2e3a6159bc2917ddd80d09fab35b39e66 (diff) | |
download | samba-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/smbd/scavenger.c')
-rw-r--r-- | source3/smbd/scavenger.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/smbd/scavenger.c b/source3/smbd/scavenger.c index 9f58f62fc06..9b479a621e3 100644 --- a/source3/smbd/scavenger.c +++ b/source3/smbd/scavenger.c @@ -19,12 +19,12 @@ */ #include "includes.h" - #include "messages.h" #include "serverid.h" #include "smbd/globals.h" #include "smbd/scavenger.h" #include "locking/proto.h" +#include "lib/util/server_id.h" #include "lib/util/util_process.h" #include "lib/util/sys_rw_data.h" |