From a560d554bdfade75b81780e427e51cc436d9488a Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Mon, 13 Sep 2004 10:36:59 +0000 Subject: r2321: add complately untested LDAP server start based on volker's patch this is compiled by default but not started by default metze (This used to be commit 5387bc423d4dc669cbac6626f8dd3a5498a6519d) --- source4/include/includes.h | 1 + 1 file changed, 1 insertion(+) (limited to 'source4/include') diff --git a/source4/include/includes.h b/source4/include/includes.h index 7ea85b4fb9..33806ab36f 100644 --- a/source4/include/includes.h +++ b/source4/include/includes.h @@ -668,6 +668,7 @@ extern int errno; #include "cli_context.h" #include "registry.h" #include "rap.h" +#include "ldap_server/ldap_server.h" #include "gtk/common/gtk-smb.h" #include "gtk/common/select.h" -- cgit