diff options
author | Andrew Bartlett <abartlet@samba.org> | 2009-04-16 10:17:57 +1000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2009-04-16 10:17:57 +1000 |
commit | fa37dbf96024482e3b1a0269a940b6e722d550e4 (patch) | |
tree | a3891bfde6c238ff713d6e2b25591a53eef562eb /libcli | |
parent | 0879cbaf2b88f44b66ae7cbc5eb042ab534142f3 (diff) | |
download | samba-fa37dbf96024482e3b1a0269a940b6e722d550e4.tar.gz samba-fa37dbf96024482e3b1a0269a940b6e722d550e4.tar.bz2 samba-fa37dbf96024482e3b1a0269a940b6e722d550e4.zip |
Fix building the now common msrpc_parse code
Diffstat (limited to 'libcli')
-rw-r--r-- | libcli/auth/msrpc_parse.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libcli/auth/msrpc_parse.c b/libcli/auth/msrpc_parse.c index 6c60258ad3..2f78f5f190 100644 --- a/libcli/auth/msrpc_parse.c +++ b/libcli/auth/msrpc_parse.c @@ -20,7 +20,7 @@ */ #include "includes.h" -#include "auth/ntlmssp/msrpc_parse.h" +#include "libcli/auth/msrpc_parse.h" /* this is a tiny msrpc packet generator. I am only using this to |