From 5cd4414fce1e0eb4133dfc6fc828bf25c8a959f9 Mon Sep 17 00:00:00 2001 From: Lukas Slebodnik Date: Sat, 21 Sep 2013 19:10:13 +0200 Subject: Include header file in implementation module. Declarations of public functions was in header files, but header files was not included in implementation file. --- src/providers/ldap/sdap_async_autofs.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/providers/ldap/sdap_async_autofs.c') diff --git a/src/providers/ldap/sdap_async_autofs.c b/src/providers/ldap/sdap_async_autofs.c index 4886150f9..4d5e953d7 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, -- cgit