From c630f539e5742d68019af7d6cc0935665d62b7c8 Mon Sep 17 00:00:00 2001 From: Greg Hudson Date: Fri, 7 Aug 2009 19:17:57 +0000 Subject: Fix the LDAP build, which was broken by the build reordering in r22406. Build kdb5_util's getdate from the kadmin/cli getdate source, instead of borrowing the object file from the kadmin/cli build directory. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@22501 dc483132-0cff-0310-8789-dd5450dbe970 --- src/kadmin/cli/getdate.y | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/kadmin') diff --git a/src/kadmin/cli/getdate.y b/src/kadmin/cli/getdate.y index e427195..6ea75eb 100644 --- a/src/kadmin/cli/getdate.y +++ b/src/kadmin/cli/getdate.y @@ -883,7 +883,8 @@ difftm(a, b) /* For get_date extern declaration compatibility check... yuck. */ #include -#include "kadmin.h" + +time_t get_date(char *); time_t get_date(p) -- cgit v1.1