diff options
author | Günther Deschner <gd@samba.org> | 2008-06-17 21:42:27 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2008-06-23 23:38:52 +0200 |
commit | 6f4571bf69b9e3da6ee1ffe211829186f9d40c54 (patch) | |
tree | f21eb73e9a5d03691b4f31069dcb2e8ce31c4956 /source3/libnet | |
parent | a6e887fbc655280eb56d751330bc95582339a285 (diff) | |
download | samba-6f4571bf69b9e3da6ee1ffe211829186f9d40c54.tar.gz samba-6f4571bf69b9e3da6ee1ffe211829186f9d40c54.tar.bz2 samba-6f4571bf69b9e3da6ee1ffe211829186f9d40c54.zip |
net_vampire: fix included header.
Guenther
(This used to be commit 1dbe6ea8607549649f69e1b63cc427efe67e0778)
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 60acb7db40..64eb9a58da 100644 --- a/source3/libnet/libnet_samsync_ldif.c +++ b/source3/libnet/libnet_samsync_ldif.c @@ -24,7 +24,7 @@ */ #include "includes.h" -#include "utils/net.h" +#include "libnet/libnet_samsync.h" /* uid's and gid's for writing deltas to ldif */ static uint32 ldif_gid = 999; |