r15883: Make sure timegm() prototype is available (on systems where we've had to
authorJim McDonough <jmcd@samba.org>
Thu, 25 May 2006 15:12:23 +0000 (15:12 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 19:08:37 +0000 (14:08 -0500)
replace it)
(This used to be commit eef117e4454ed5faeddfc0b18bd4f0128c922f36)

source4/kdc/hdb-ldb.c

index 518ef7c01c30d193bf21f0b16c4be428ed4061f9..57e6d52a7c5a64d5c1d6d708290ff0233adb1bca 100644 (file)
@@ -33,6 +33,7 @@
  */
 
 #include "includes.h"
+#include "system/time.h"
 #include "kdc.h"
 #include "ads.h"
 #include "hdb.h"