From 7a4af61dd7706752786200f19737b32f4e2190bd Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Thu, 2 Jun 2011 14:59:25 -0400 Subject: Fix bad merge We merged in a patch, but missed that it missed a dependency added by another earlier patch. --- src/util/sss_ldap.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/util/sss_ldap.h b/src/util/sss_ldap.h index c71349ba1..619bde641 100644 --- a/src/util/sss_ldap.h +++ b/src/util/sss_ldap.h @@ -22,6 +22,7 @@ #define __SSS_LDAP_H__ #include +#include int sss_ldap_control_create(const char *oid, int iscritical, struct berval *value, int dupval, -- cgit