From 64fe1e92a5477ff24878985854d7dbb768382c7d Mon Sep 17 00:00:00 2001 From: Jim McDonough Date: Thu, 25 May 2006 15:12:23 +0000 Subject: r15883: Make sure timegm() prototype is available (on systems where we've had to replace it) (This used to be commit eef117e4454ed5faeddfc0b18bd4f0128c922f36) --- source4/kdc/hdb-ldb.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source4/kdc/hdb-ldb.c') diff --git a/source4/kdc/hdb-ldb.c b/source4/kdc/hdb-ldb.c index 518ef7c01c..57e6d52a7c 100644 --- a/source4/kdc/hdb-ldb.c +++ b/source4/kdc/hdb-ldb.c @@ -33,6 +33,7 @@ */ #include "includes.h" +#include "system/time.h" #include "kdc.h" #include "ads.h" #include "hdb.h" -- cgit