From 41d7ae54fafc6deb602e1a990eaec37c6ae4880b Mon Sep 17 00:00:00 2001 From: Lukas Slebodnik Date: Fri, 17 Feb 2017 14:28:41 +0000 Subject: ipa_pwd: remove unnecessary dependency on dirsrv plugins "dirsrv/slapi-plugin.h" is unnecessary for build of ipa_pwd. This patch allow us to move DIRSRV to daemon only dependencies Reviewed-By: Simo Sorce Reviewed-By: Tomas Krizek --- util/ipa_pwd.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'util/ipa_pwd.h') diff --git a/util/ipa_pwd.h b/util/ipa_pwd.h index 15041c4e5..616ce2763 100644 --- a/util/ipa_pwd.h +++ b/util/ipa_pwd.h @@ -22,6 +22,8 @@ #pragma once +#include /* for time_t */ + /* 90 days default pwd max lifetime */ #define IPAPWD_DEFAULT_PWDLIFE (90 * 24 *3600) #define IPAPWD_DEFAULT_MINLEN 0 -- cgit