From 0ab357e3c9dc9cbadc808367db99908591942780 Mon Sep 17 00:00:00 2001 From: Sumit Bose Date: Tue, 13 Oct 2009 12:11:07 +0200 Subject: add a replacement if ldap_control_create is missing --- server/providers/ldap/sdap.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'server/providers/ldap/sdap.h') diff --git a/server/providers/ldap/sdap.h b/server/providers/ldap/sdap.h index 3aa29a377..650ce5f1e 100644 --- a/server/providers/ldap/sdap.h +++ b/server/providers/ldap/sdap.h @@ -21,7 +21,7 @@ #include "confdb/confdb.h" #include "db/sysdb.h" -#include +#include "util/sss_ldap.h" struct sdap_msg { struct sdap_msg *next; -- cgit