diff options
Diffstat (limited to 'usr.sbin/dhcrelay/dispatch.c')
-rw-r--r-- | usr.sbin/dhcrelay/dispatch.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/dhcrelay/dispatch.c b/usr.sbin/dhcrelay/dispatch.c index 24caa1f45d5..e6d734d80e6 100644 --- a/usr.sbin/dhcrelay/dispatch.c +++ b/usr.sbin/dhcrelay/dispatch.c @@ -1,4 +1,4 @@ -/* $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> @@ -57,6 +57,7 @@ #include <stdlib.h> #include <string.h> #include <syslog.h> +#include <time.h> #include <unistd.h> #include "dhcp.h" |