svn commit: samba r15883 - in branches/SAMBA_4_0/source/kdc: .

jmcd at samba.org jmcd at samba.org
Thu May 25 15:12:23 GMT 2006


Author: jmcd
Date: 2006-05-25 15:12:23 +0000 (Thu, 25 May 2006)
New Revision: 15883

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=15883

Log:
Make sure timegm() prototype is available (on systems where we've had to
replace it)

Modified:
   branches/SAMBA_4_0/source/kdc/hdb-ldb.c


Changeset:
Modified: branches/SAMBA_4_0/source/kdc/hdb-ldb.c
===================================================================
--- branches/SAMBA_4_0/source/kdc/hdb-ldb.c	2006-05-25 13:23:24 UTC (rev 15882)
+++ branches/SAMBA_4_0/source/kdc/hdb-ldb.c	2006-05-25 15:12:23 UTC (rev 15883)
@@ -33,6 +33,7 @@
  */
 
 #include "includes.h"
+#include "system/time.h"
 #include "kdc.h"
 #include "ads.h"
 #include "hdb.h"



More information about the samba-cvs mailing list