summaryrefslogtreecommitdiff
path: root/librpc/rpc
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@jelmer.uk>2015-12-28 22:21:11 +0000
committerJelmer Vernooij <jelmer@samba.org>2016-01-13 04:43:23 +0100
commitffbd9c4584d83c56e58901bc91effa75ebdcbb02 (patch)
tree549d02228f1a30d40031d271b7e6e2904025c8a8 /librpc/rpc
parent512d15de56ed3f5a0abf9a7b98934ed42f211306 (diff)
downloadsamba-ffbd9c4584d83c56e58901bc91effa75ebdcbb02.tar.gz
Add a new header file for functions in lib/util/util.c.
This allows public headers to not include samba_util.h, but rather specific header files under lib/util. Signed-Off-By: Jelmer Vernooij <jelmer@samba.org> Reviewed-By: Andrew Bartlett <abartlet@samba.org> Reviewed-By: Stefan Metzmacher <metze@samba.org>
Diffstat (limited to 'librpc/rpc')
-rw-r--r--librpc/rpc/rpc_common.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/librpc/rpc/rpc_common.h b/librpc/rpc/rpc_common.h
index 28600c9da7c..b03b9ffc814 100644
--- a/librpc/rpc/rpc_common.h
+++ b/librpc/rpc/rpc_common.h
@@ -23,6 +23,7 @@
#define __DEFAULT_LIBRPC_RPCCOMMON_H__
#include "gen_ndr/dcerpc.h"
+#include "lib/util/attr.h"
struct dcerpc_binding_handle;
struct GUID;