diff options
author | Andrew Bartlett <abartlet@samba.org> | 2009-04-16 10:17:34 +1000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2009-04-16 10:17:34 +1000 |
commit | 0879cbaf2b88f44b66ae7cbc5eb042ab534142f3 (patch) | |
tree | 7b2be67ef96628c44ca7b5130a19e42bd2ab6607 /libcli/samsync | |
parent | dbcd80ed0109072e0eda6ef3f7d52972403eadd9 (diff) | |
download | samba-0879cbaf2b88f44b66ae7cbc5eb042ab534142f3.tar.gz |
Fix building the common libcli/samsync code
Diffstat (limited to 'libcli/samsync')
-rw-r--r-- | libcli/samsync/decrypt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libcli/samsync/decrypt.c b/libcli/samsync/decrypt.c index 92479e86181..b3fab712bc6 100644 --- a/libcli/samsync/decrypt.c +++ b/libcli/samsync/decrypt.c @@ -22,10 +22,10 @@ #include "includes.h" -#include "libnet/libnet.h" #include "../lib/crypto/crypto.h" #include "../libcli/auth/libcli_auth.h" #include "../libcli/samsync/samsync.h" +#include "librpc/gen_ndr/ndr_netlogon.h" /** * Decrypt and extract the user's passwords. |