diff options
author | Günther Deschner <gd@samba.org> | 2011-02-26 00:56:46 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2011-03-30 01:13:07 +0200 |
commit | 9bd06f6bc72ffd414e417a99cca425f047810b3c (patch) | |
tree | 94c6644f855ab0150a5bb56f7fea0d625e56ff81 /source3/libnet | |
parent | 0a250f4946a6045290229a276acf1e007c61450e (diff) | |
download | samba-9bd06f6bc72ffd414e417a99cca425f047810b3c.tar.gz samba-9bd06f6bc72ffd414e417a99cca425f047810b3c.tar.bz2 samba-9bd06f6bc72ffd414e417a99cca425f047810b3c.zip |
s3-build: only include transfer_file.h where needed.
Guenther
Diffstat (limited to 'source3/libnet')
-rw-r--r-- | source3/libnet/libnet_samsync_ldif.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/libnet/libnet_samsync_ldif.c b/source3/libnet/libnet_samsync_ldif.c index 454f0a9c41..8c6522a723 100644 --- a/source3/libnet/libnet_samsync_ldif.c +++ b/source3/libnet/libnet_samsync_ldif.c @@ -26,6 +26,7 @@ #include "includes.h" #include "libnet/libnet_samsync.h" #include "smbldap.h" +#include "transfer_file.h" #ifdef HAVE_LDAP |