summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRich Megginson <rmeggins@redhat.com>2008-08-05 22:43:29 +0000
committerRich Megginson <rmeggins@redhat.com>2008-08-05 22:43:29 +0000
commit38f69c8a3fa7d7090605add4a022e9edacfb08a3 (patch)
treed0176f8208dc0c2aba303f45115314c7394fd5b6
parent031787f4c0f585f2c7ad1ac43c495a65aae3d685 (diff)
downloadds-38f69c8a3fa7d7090605add4a022e9edacfb08a3.tar.gz
ds-38f69c8a3fa7d7090605add4a022e9edacfb08a3.tar.xz
ds-38f69c8a3fa7d7090605add4a022e9edacfb08a3.zip
Resolves: bug 457846
Bug Description: The Windows Sync API should have plug-in points Fix Description: forgot to add #include "winsync-plugin.h"
-rw-r--r--ldap/servers/plugins/replication/windows_private.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/ldap/servers/plugins/replication/windows_private.c b/ldap/servers/plugins/replication/windows_private.c
index d6176b53..19158668 100644
--- a/ldap/servers/plugins/replication/windows_private.c
+++ b/ldap/servers/plugins/replication/windows_private.c
@@ -48,6 +48,7 @@
#include "slap.h"
#include "slapi-plugin.h"
#include "windowsrepl.h"
+#include "winsync-plugin.h"
struct windowsprivate {