summaryrefslogtreecommitdiff
path: root/src/providers/ad
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/ad
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/ad')
-rw-r--r--src/providers/ad/ad_domain_info.c1
-rw-r--r--src/providers/ad/ad_srv.c1
2 files changed, 2 insertions, 0 deletions
diff --git a/src/providers/ad/ad_domain_info.c b/src/providers/ad/ad_domain_info.c
index eff2034d..c24da939 100644
--- a/src/providers/ad/ad_domain_info.c
+++ b/src/providers/ad/ad_domain_info.c
@@ -31,6 +31,7 @@
#include "providers/ldap/sdap.h"
#include "providers/ldap/sdap_async.h"
#include "providers/ldap/sdap_idmap.h"
+#include "providers/ad/ad_domain_info.h"
#include "util/util.h"
#define AD_AT_OBJECT_SID "objectSID"
diff --git a/src/providers/ad/ad_srv.c b/src/providers/ad/ad_srv.c
index a238c192..89186dd1 100644
--- a/src/providers/ad/ad_srv.c
+++ b/src/providers/ad/ad_srv.c
@@ -28,6 +28,7 @@
#include "util/sss_ldap.h"
#include "resolv/async_resolv.h"
#include "providers/dp_backend.h"
+#include "providers/ad/ad_srv.h"
#include "providers/fail_over.h"
#include "providers/fail_over_srv.h"
#include "providers/ldap/sdap.h"