diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2006-03-14 23:35:30 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:57:19 -0500 |
commit | 1060f6b3f621cb70b075a879f129e57f10fdbf8a (patch) | |
tree | b35328595ebe669a55b975249511511b9c9209f3 /source4/librpc/rpc | |
parent | 45933a982804af9277b4980852ba65699d0f493d (diff) | |
download | samba-1060f6b3f621cb70b075a879f129e57f10fdbf8a.tar.gz samba-1060f6b3f621cb70b075a879f129e57f10fdbf8a.tar.bz2 samba-1060f6b3f621cb70b075a879f129e57f10fdbf8a.zip |
r14402: Generate seperate headers for RPC client functions.
(This used to be commit 7054ebf0249930843a2baf4d023ae8f62cedb109)
Diffstat (limited to 'source4/librpc/rpc')
-rw-r--r-- | source4/librpc/rpc/dcerpc_schannel.c | 1 | ||||
-rw-r--r-- | source4/librpc/rpc/dcerpc_util.c | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/source4/librpc/rpc/dcerpc_schannel.c b/source4/librpc/rpc/dcerpc_schannel.c index 229f359d20..0d589bad6b 100644 --- a/source4/librpc/rpc/dcerpc_schannel.c +++ b/source4/librpc/rpc/dcerpc_schannel.c @@ -26,6 +26,7 @@ #include "auth/auth.h" #include "libcli/composite/composite.h" #include "libcli/auth/libcli_auth.h" +#include "librpc/gen_ndr/ndr_netlogon_c.h" struct schannel_key_state { diff --git a/source4/librpc/rpc/dcerpc_util.c b/source4/librpc/rpc/dcerpc_util.c index 8813270b1a..6a3e02a555 100644 --- a/source4/librpc/rpc/dcerpc_util.c +++ b/source4/librpc/rpc/dcerpc_util.c @@ -27,6 +27,7 @@ #include "lib/events/events.h" #include "libcli/composite/composite.h" #include "librpc/gen_ndr/ndr_epmapper.h" +#include "librpc/gen_ndr/ndr_epmapper_c.h" #include "librpc/gen_ndr/ndr_dcerpc.h" #include "librpc/gen_ndr/ndr_misc.h" #include "auth/credentials/credentials.h" |