From: Jim McDonough Date: Thu, 25 May 2006 15:12:23 +0000 (+0000) Subject: r15883: Make sure timegm() prototype is available (on systems where we've had to X-Git-Url: http://git.samba.org/samba.git/?p=jelmer%2Fsamba4-debian.git;a=commitdiff_plain;h=eef117e4454ed5faeddfc0b18bd4f0128c922f36 r15883: Make sure timegm() prototype is available (on systems where we've had to replace it) --- diff --git a/source/kdc/hdb-ldb.c b/source/kdc/hdb-ldb.c index 518ef7c01..57e6d52a7 100644 --- a/source/kdc/hdb-ldb.c +++ b/source/kdc/hdb-ldb.c @@ -33,6 +33,7 @@ */ #include "includes.h" +#include "system/time.h" #include "kdc.h" #include "ads.h" #include "hdb.h"