diff options
author | Günther Deschner <gd@samba.org> | 2008-09-23 23:14:40 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2008-09-23 23:18:00 +0200 |
commit | 1147d05b47dc3ff9b985555bb985f7b5117237c8 (patch) | |
tree | 201c4b82f28efbb227b42b5ba918020046aaf50d /source4/libcli/cldap | |
parent | 9d541f314fd5af59c9c4745e7f61074bce3a9f2b (diff) | |
download | samba-1147d05b47dc3ff9b985555bb985f7b5117237c8.tar.gz samba-1147d05b47dc3ff9b985555bb985f7b5117237c8.tar.bz2 samba-1147d05b47dc3ff9b985555bb985f7b5117237c8.zip |
s4-nbt: use moved libcli netlogon helpers.
Guenther
Diffstat (limited to 'source4/libcli/cldap')
-rw-r--r-- | source4/libcli/cldap/cldap.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/libcli/cldap/cldap.h b/source4/libcli/cldap/cldap.h index 7c2daf0ca2..c1a3b6b63e 100644 --- a/source4/libcli/cldap/cldap.h +++ b/source4/libcli/cldap/cldap.h @@ -20,7 +20,7 @@ */ #include "lib/util/asn1.h" -#include "libcli/netlogon.h" +#include "../libcli/netlogon.h" struct ldap_message; |