diff options
author | Günther Deschner <gd@samba.org> | 2011-03-24 12:08:15 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2011-03-30 01:13:09 +0200 |
commit | 146c1aac99b20afff30567e80fca7540853c446a (patch) | |
tree | dcaf2f5c72a90b9275803d5e8aa5f1925ca06f7d /source3/librpc/rpc | |
parent | 7e73214ebf614a1f876bf80d374c1e1bc9379981 (diff) | |
download | samba-146c1aac99b20afff30567e80fca7540853c446a.tar.gz samba-146c1aac99b20afff30567e80fca7540853c446a.tar.bz2 samba-146c1aac99b20afff30567e80fca7540853c446a.zip |
s3-auth: rpc_server needs auth.h
Guenther
Diffstat (limited to 'source3/librpc/rpc')
-rw-r--r-- | source3/librpc/rpc/dcerpc_ep.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/librpc/rpc/dcerpc_ep.c b/source3/librpc/rpc/dcerpc_ep.c index 1fce63acd2..76f7e91fb0 100644 --- a/source3/librpc/rpc/dcerpc_ep.c +++ b/source3/librpc/rpc/dcerpc_ep.c @@ -22,6 +22,7 @@ #include "librpc/rpc/dcerpc_ep.h" #include "../librpc/gen_ndr/ndr_epmapper_c.h" #include "rpc_client/cli_pipe.h" +#include "auth.h" #define EPM_MAX_ANNOTATION_SIZE 64 |