summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephen Gallagher <sgallagh@redhat.com>2011-06-02 14:59:25 -0400
committerStephen Gallagher <sgallagh@redhat.com>2011-06-02 15:00:19 -0400
commit7a4af61dd7706752786200f19737b32f4e2190bd (patch)
treed2a1cd4a1e385f98fe7589ff972911cc86c99edf
parent998d6ef7cc8c40b12fb890624b674fd1e407bdc0 (diff)
downloadsssd-7a4af61dd7706752786200f19737b32f4e2190bd.tar.gz
sssd-7a4af61dd7706752786200f19737b32f4e2190bd.tar.xz
sssd-7a4af61dd7706752786200f19737b32f4e2190bd.zip
Fix bad merge
We merged in a patch, but missed that it missed a dependency added by another earlier patch.
-rw-r--r--src/util/sss_ldap.h1
1 files changed, 1 insertions, 0 deletions
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 <ldap.h>
+#include <talloc.h>
int sss_ldap_control_create(const char *oid, int iscritical,
struct berval *value, int dupval,