diff options
author | Günther Deschner <gd@samba.org> | 2011-01-07 12:01:42 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2011-01-07 15:02:24 +0100 |
commit | 3294ccbb6d2ce26da5b6b9b512dfc1184a153d26 (patch) | |
tree | 0868b01bb903571d8141ca07124649cc56a0dad0 /libcli/cldap | |
parent | 75c8e429383d0d5d4cb13e769d66d87a64252e42 (diff) | |
download | samba-3294ccbb6d2ce26da5b6b9b512dfc1184a153d26.tar.gz |
netlogon: move netlogon helpers to ../libcli/netlogon.
Guenther
Diffstat (limited to 'libcli/cldap')
-rw-r--r-- | libcli/cldap/cldap.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libcli/cldap/cldap.h b/libcli/cldap/cldap.h index d05e5b99368..d1197481fb5 100644 --- a/libcli/cldap/cldap.h +++ b/libcli/cldap/cldap.h @@ -19,7 +19,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "../libcli/netlogon.h" +#include "../libcli/netlogon/netlogon.h" struct ldap_message; struct tsocket_address; |