diff options
Diffstat (limited to 'source4/librpc/rpc')
-rw-r--r-- | source4/librpc/rpc/dcerpc_schannel.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/librpc/rpc/dcerpc_schannel.c b/source4/librpc/rpc/dcerpc_schannel.c index e868a8081c8..229f359d203 100644 --- a/source4/librpc/rpc/dcerpc_schannel.c +++ b/source4/librpc/rpc/dcerpc_schannel.c @@ -25,7 +25,7 @@ #include "includes.h" #include "auth/auth.h" #include "libcli/composite/composite.h" -#include "libcli/auth/proto.h" +#include "libcli/auth/libcli_auth.h" struct schannel_key_state { |