summaryrefslogtreecommitdiff
path: root/src/providers/ldap
diff options
context:
space:
mode:
authorLukas Slebodnik <lslebodn@redhat.com>2013-09-21 19:10:13 +0200
committerJakub Hrozek <jhrozek@redhat.com>2013-09-24 15:15:41 +0200
commit5cd4414fce1e0eb4133dfc6fc828bf25c8a959f9 (patch)
tree517b917312730f74344dd9c1d71b1c5f9d4be9f0 /src/providers/ldap
parent889442337407f85c06a88ec158047e1586675e20 (diff)
downloadsssd-5cd4414fce1e0eb4133dfc6fc828bf25c8a959f9.tar.gz
sssd-5cd4414fce1e0eb4133dfc6fc828bf25c8a959f9.tar.bz2
sssd-5cd4414fce1e0eb4133dfc6fc828bf25c8a959f9.zip
Include header file in implementation module.
Declarations of public functions was in header files, but header files was not included in implementation file.
Diffstat (limited to 'src/providers/ldap')
-rw-r--r--src/providers/ldap/ldap_access.c1
-rw-r--r--src/providers/ldap/sdap_async_autofs.c1
-rw-r--r--src/providers/ldap/sdap_async_enum.c1
-rw-r--r--src/providers/ldap/sdap_async_nested_groups.c1
-rw-r--r--src/providers/ldap/sdap_dyndns.c1
5 files changed, 5 insertions, 0 deletions
diff --git a/src/providers/ldap/ldap_access.c b/src/providers/ldap/ldap_access.c
index bb5c37f4..8d5b5e22 100644
--- a/src/providers/ldap/ldap_access.c
+++ b/src/providers/ldap/ldap_access.c
@@ -27,6 +27,7 @@
#include "src/providers/data_provider.h"
#include "src/providers/dp_backend.h"
#include "src/providers/ldap/sdap_access.h"
+#include "providers/ldap/ldap_common.h"
static void sdap_access_reply(struct be_req *be_req, int pam_status)
{
diff --git a/src/providers/ldap/sdap_async_autofs.c b/src/providers/ldap/sdap_async_autofs.c
index 4886150f..4d5e953d 100644
--- a/src/providers/ldap/sdap_async_autofs.c
+++ b/src/providers/ldap/sdap_async_autofs.c
@@ -27,6 +27,7 @@
#include "providers/ldap/sdap_async_private.h"
#include "db/sysdb_autofs.h"
#include "providers/ldap/ldap_common.h"
+#include "providers/ldap/sdap_autofs.h"
enum autofs_map_op {
AUTOFS_MAP_OP_ADD,
diff --git a/src/providers/ldap/sdap_async_enum.c b/src/providers/ldap/sdap_async_enum.c
index 9a520ba5..b03c19a5 100644
--- a/src/providers/ldap/sdap_async_enum.c
+++ b/src/providers/ldap/sdap_async_enum.c
@@ -29,6 +29,7 @@
#include "db/sysdb.h"
#include "providers/ldap/ldap_common.h"
#include "providers/ldap/sdap_async.h"
+#include "providers/ldap/sdap_async_enum.h"
#include "providers/ldap/sdap_idmap.h"
static struct tevent_req *enum_users_send(TALLOC_CTX *memctx,
diff --git a/src/providers/ldap/sdap_async_nested_groups.c b/src/providers/ldap/sdap_async_nested_groups.c
index 6e705661..7040c6e9 100644
--- a/src/providers/ldap/sdap_async_nested_groups.c
+++ b/src/providers/ldap/sdap_async_nested_groups.c
@@ -33,6 +33,7 @@
#include "db/sysdb.h"
#include "providers/ldap/ldap_common.h"
#include "providers/ldap/sdap_async.h"
+#include "providers/ldap/sdap_async_private.h"
#define sdap_nested_group_sysdb_search_users(domain, filter) \
sdap_nested_group_sysdb_search((domain), (filter), true)
diff --git a/src/providers/ldap/sdap_dyndns.c b/src/providers/ldap/sdap_dyndns.c
index 8fe2011d..bf5fb099 100644
--- a/src/providers/ldap/sdap_dyndns.c
+++ b/src/providers/ldap/sdap_dyndns.c
@@ -27,6 +27,7 @@
#include "providers/dp_backend.h"
#include "providers/dp_dyndns.h"
#include "providers/ldap/sdap_async_private.h"
+#include "providers/ldap/sdap_dyndns.h"
#include "providers/ldap/sdap_id_op.h"
#include "providers/ldap/ldap_common.h"