8565df471c
Signed-off-by: Fabiano Fidêncio <fidencio@redhat.com>
31 lines
879 B
Diff
31 lines
879 B
Diff
From d81931454a0846fe503d090595fa5b0d4ffd93a5 Mon Sep 17 00:00:00 2001
|
|
From: =?UTF-8?q?Michal=20=C5=BDidek?= <mzidek@redhat.com>
|
|
Date: Wed, 4 Apr 2018 12:10:13 +0200
|
|
Subject: [PATCH] AD: Missing header in ad_access.h
|
|
|
|
ad_access.h depends on data_provider.h header but
|
|
does not include it.
|
|
|
|
Reviewed-by: Jakub Hrozek <jhrozek@redhat.com>
|
|
(cherry picked from commit abf377672e0011da817b5105fe581b27f2f855b7)
|
|
---
|
|
src/providers/ad/ad_access.h | 2 ++
|
|
1 file changed, 2 insertions(+)
|
|
|
|
diff --git a/src/providers/ad/ad_access.h b/src/providers/ad/ad_access.h
|
|
index cc565a8e6..34d5597da 100644
|
|
--- a/src/providers/ad/ad_access.h
|
|
+++ b/src/providers/ad/ad_access.h
|
|
@@ -23,6 +23,8 @@
|
|
#ifndef AD_ACCESS_H_
|
|
#define AD_ACCESS_H_
|
|
|
|
+#include "providers/data_provider.h"
|
|
+
|
|
struct ad_access_ctx {
|
|
struct dp_option *ad_options;
|
|
struct sdap_access_ctx *sdap_access_ctx;
|
|
--
|
|
2.14.3
|
|
|