diff options
Diffstat (limited to 'usr.sbin/dhcpd/parse.c')
| -rw-r--r-- | usr.sbin/dhcpd/parse.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/dhcpd/parse.c b/usr.sbin/dhcpd/parse.c index 18852ce868b..615df5ae8ce 100644 --- a/usr.sbin/dhcpd/parse.c +++ b/usr.sbin/dhcpd/parse.c @@ -1,4 +1,4 @@ -/* $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. */ @@ -52,6 +52,7 @@ #include <stdio.h> #include <stdlib.h> #include <string.h> +#include <time.h> #include "dhcp.h" #include "tree.h" |
