diff options
author | Günther Deschner <gd@samba.org> | 2011-10-17 18:03:31 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2011-11-16 12:26:26 +0100 |
commit | 8312ee136771befd2c04d877e3ab340e1b1366a7 (patch) | |
tree | 21efdef7c839b69aaea714931309e0d6eb5fb8a1 /source3/libnet | |
parent | 28f8ccbe8b36766cf15a3d97cffb4ea66b411958 (diff) | |
download | samba-8312ee136771befd2c04d877e3ab340e1b1366a7.tar.gz samba-8312ee136771befd2c04d877e3ab340e1b1366a7.tar.xz samba-8312ee136771befd2c04d877e3ab340e1b1366a7.zip |
s3-passdb: split out passdb/pdb_ldap_schema.c
Guenther
Diffstat (limited to 'source3/libnet')
-rw-r--r-- | source3/libnet/libnet_samsync_ldif.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/libnet/libnet_samsync_ldif.c b/source3/libnet/libnet_samsync_ldif.c index f535e28e33..a46bfca554 100644 --- a/source3/libnet/libnet_samsync_ldif.c +++ b/source3/libnet/libnet_samsync_ldif.c @@ -25,9 +25,9 @@ #include "includes.h" #include "libnet/libnet_samsync.h" -#include "smbldap.h" #include "transfer_file.h" #include "passdb.h" +#include "passdb/pdb_ldap_schema.h" #ifdef HAVE_LDAP |