summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephen Gallagher <sgallagh@redhat.com>2011-01-21 14:55:04 -0500
committerStephen Gallagher <sgallagh@redhat.com>2011-01-21 14:59:22 -0500
commitca2bc5f78bd04a20085e709717c085a84ae120c0 (patch)
tree4ef45a52d2bc80658760a0999e968d6438d0e28d
parentaab009992cc8fbc66d5c07ff501b6788144afe61 (diff)
downloadsssd-ca2bc5f78bd04a20085e709717c085a84ae120c0.tar.gz
sssd-ca2bc5f78bd04a20085e709717c085a84ae120c0.tar.xz
sssd-ca2bc5f78bd04a20085e709717c085a84ae120c0.zip
Add missing include file to sdap_async_accounts.c
-rw-r--r--src/providers/ldap/sdap_async_accounts.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/providers/ldap/sdap_async_accounts.c b/src/providers/ldap/sdap_async_accounts.c
index 66582751c..6e449dbb1 100644
--- a/src/providers/ldap/sdap_async_accounts.c
+++ b/src/providers/ldap/sdap_async_accounts.c
@@ -23,6 +23,7 @@
#include "util/util.h"
#include "db/sysdb.h"
#include "providers/ldap/sdap_async_private.h"
+#include "providers/ldap/ldap_common.h"
/* ==Save-User-Entry====================================================== */