summaryrefslogtreecommitdiff
path: root/librpc
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2023-01-05 10:04:23 +0100
committerJeremy Allison <jra@samba.org>2023-01-10 00:28:37 +0000
commitb73ecb28a7ac5996e1a8c455d15f41f59d9d8765 (patch)
tree207585816791e268c74216ddb37ad02666fb67b8 /librpc
parent743df9009b4b9aa9d6f85a999fa9e5237f96f2b7 (diff)
downloadsamba-b73ecb28a7ac5996e1a8c455d15f41f59d9d8765.tar.gz
lib: Remove idtree from samba_util.h
No need to recompile the world when only a few files need this. Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
Diffstat (limited to 'librpc')
-rw-r--r--librpc/rpc/dcesrv_core.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/librpc/rpc/dcesrv_core.c b/librpc/rpc/dcesrv_core.c
index 9fd71812905..d2870046248 100644
--- a/librpc/rpc/dcesrv_core.c
+++ b/librpc/rpc/dcesrv_core.c
@@ -34,6 +34,7 @@
#include "librpc/gen_ndr/ndr_dcerpc.h"
#include "lib/util/tevent_ntstatus.h"
#include "system/network.h"
+#include "lib/util/idtree_random.h"
/**
* @file