From: Günther Deschner Date: Tue, 17 Jun 2008 19:42:27 +0000 (+0200) Subject: net_vampire: fix included header. X-Git-Tag: samba-3.3.0pre1~802 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1dbe6ea8607549649f69e1b63cc427efe67e0778;p=thirdparty%2Fsamba.git net_vampire: fix included header. Guenther --- diff --git a/source/libnet/libnet_samsync_ldif.c b/source/libnet/libnet_samsync_ldif.c index 60acb7db40b..64eb9a58da4 100644 --- a/source/libnet/libnet_samsync_ldif.c +++ b/source/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;