diff options
author | Stephen Gallagher <sgallagh@redhat.com> | 2011-01-21 14:55:04 -0500 |
---|---|---|
committer | Stephen Gallagher <sgallagh@redhat.com> | 2011-01-21 14:59:22 -0500 |
commit | ca2bc5f78bd04a20085e709717c085a84ae120c0 (patch) | |
tree | 4ef45a52d2bc80658760a0999e968d6438d0e28d /src/providers | |
parent | aab009992cc8fbc66d5c07ff501b6788144afe61 (diff) | |
download | sssd-ca2bc5f78bd04a20085e709717c085a84ae120c0.tar.gz sssd-ca2bc5f78bd04a20085e709717c085a84ae120c0.tar.xz sssd-ca2bc5f78bd04a20085e709717c085a84ae120c0.zip |
Add missing include file to sdap_async_accounts.c
Diffstat (limited to 'src/providers')
-rw-r--r-- | src/providers/ldap/sdap_async_accounts.c | 1 |
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====================================================== */ |