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/util/user_info_msg.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/util/user_info_msg.c') diff --git a/src/util/user_info_msg.c b/src/util/user_info_msg.c index 505b03d9..25e99d2b 100644 --- a/src/util/user_info_msg.c +++ b/src/util/user_info_msg.c @@ -23,6 +23,7 @@ */ #include "util/util.h" +#include "util/user_info_msg.h" #include "sss_client/sss_cli.h" errno_t pack_user_info_chpass_error(TALLOC_CTX *mem_ctx, -- cgit