summaryrefslogtreecommitdiff
path: root/source3/libnet/libnet_samsync_ldif.c
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2008-06-17 21:42:27 +0200
committerGünther Deschner <gd@samba.org>2008-06-23 23:38:52 +0200
commit6f4571bf69b9e3da6ee1ffe211829186f9d40c54 (patch)
treef21eb73e9a5d03691b4f31069dcb2e8ce31c4956 /source3/libnet/libnet_samsync_ldif.c
parenta6e887fbc655280eb56d751330bc95582339a285 (diff)
downloadsamba-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/libnet_samsync_ldif.c')
-rw-r--r--source3/libnet/libnet_samsync_ldif.c2
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;