diff options
Diffstat (limited to 'src/tests/common.h')
-rw-r--r-- | src/tests/common.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/tests/common.h b/src/tests/common.h index d0c9abbe1..f13181b75 100644 --- a/src/tests/common.h +++ b/src/tests/common.h @@ -28,6 +28,7 @@ #include <talloc.h> #include "util/util.h" #include "providers/data_provider.h" +#include "providers/ldap/sdap.h" extern TALLOC_CTX *global_talloc_context; @@ -50,4 +51,8 @@ errno_t compare_dp_options(struct dp_option *map1, size_t size1, struct dp_option *map2); +errno_t +compare_sdap_attr_maps(struct sdap_attr_map *map1, size_t size1, + struct sdap_attr_map *map2); + #endif /* !__TESTS_COMMON_H__ */ |