-/* $OpenBSD: rde_rib.c,v 1.142 2015/03/14 03:52:42 claudio Exp $ */
+/* $OpenBSD: rde_rib.c,v 1.143 2016/08/27 01:26:22 guenther Exp $ */
/*
* Copyright (c) 2003, 2004 Claudio Jeker <claudio@openbsd.org>
#include <stdlib.h>
#include <string.h>
#include <siphash.h>
+#include <time.h>
#include "bgpd.h"
#include "rde.h"
-/* $OpenBSD: db.c,v 1.15 2016/02/06 23:50:10 krw Exp $ */
+/* $OpenBSD: db.c,v 1.16 2016/08/27 01:26:22 guenther Exp $ */
/*
* Persistent database management routines for DHCPD.
#include <fcntl.h>
#include <stdio.h>
+#include <time.h>
#include <unistd.h>
#include "dhcp.h"
-/* $OpenBSD: dhcpd.c,v 1.51 2016/04/27 10:16:10 mestre Exp $ */
+/* $OpenBSD: dhcpd.c,v 1.52 2016/08/27 01:26:22 guenther Exp $ */
/*
* Copyright (c) 2004 Henning Brauer <henning@cvs.openbsd.org>
#include <stdlib.h>
#include <string.h>
#include <syslog.h>
+#include <time.h>
#include <unistd.h>
#include "dhcp.h"
-/* $OpenBSD: dispatch.c,v 1.36 2016/02/06 23:50:10 krw Exp $ */
+/* $OpenBSD: dispatch.c,v 1.37 2016/08/27 01:26:22 guenther Exp $ */
/*
* Copyright (c) 1995, 1996, 1997, 1998, 1999
#include <stdlib.h>
#include <string.h>
#include <syslog.h>
+#include <time.h>
#include <unistd.h>
#include "dhcp.h"
-/* $OpenBSD: parse.c,v 1.20 2016/02/06 23:50:10 krw Exp $ */
+/* $OpenBSD: parse.c,v 1.21 2016/08/27 01:26:22 guenther Exp $ */
/* Common parser code for dhcpd and dhclient. */
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
+#include <time.h>
#include "dhcp.h"
#include "tree.h"
-/* $OpenBSD: dhcrelay.c,v 1.39 2016/02/07 00:49:28 krw Exp $ */
+/* $OpenBSD: dhcrelay.c,v 1.40 2016/08/27 01:26:22 guenther Exp $ */
/*
* Copyright (c) 2004 Henning Brauer <henning@cvs.openbsd.org>
#include <stdlib.h>
#include <string.h>
#include <syslog.h>
+#include <time.h>
#include <unistd.h>
#include "dhcp.h"
-/* $OpenBSD: dispatch.c,v 1.10 2016/02/07 00:49:28 krw Exp $ */
+/* $OpenBSD: dispatch.c,v 1.11 2016/08/27 01:26:22 guenther Exp $ */
/*
* Copyright 2004 Henning Brauer <henning@openbsd.org>
#include <stdlib.h>
#include <string.h>
#include <syslog.h>
+#include <time.h>
#include <unistd.h>
#include "dhcp.h"
-/* $OpenBSD: log.c,v 1.1 2007/10/25 06:03:31 pyr Exp $ */
+/* $OpenBSD: log.c,v 1.2 2016/08/27 01:26:22 guenther Exp $ */
/*
* Copyright (c) 2003, 2004 Henning Brauer <henning@openbsd.org>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
+#include <time.h>
#include <syslog.h>
void log_init(int);