diff options
author | Shane Kerr <shane@isc.org> | 2007-06-15 15:02:05 +0000 |
---|---|---|
committer | Shane Kerr <shane@isc.org> | 2007-06-15 15:02:05 +0000 |
commit | e847f9833c2673b745fcc52bcebedcb62c89aec2 (patch) | |
tree | 87359f5f3f1b473ba02d949895dd8d187995b61d /client | |
parent | b8221d9512404344de3e90c0bf7f6df903bd1c31 (diff) | |
download | isc-dhcp-e847f9833c2673b745fcc52bcebedcb62c89aec2.tar.gz |
Build fix for BSD.
See RT ticket #16959 for more.
Diffstat (limited to 'client')
-rw-r--r-- | client/dhclient.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/client/dhclient.c b/client/dhclient.c index f05a94ef..603ce3f5 100644 --- a/client/dhclient.c +++ b/client/dhclient.c @@ -32,7 +32,7 @@ #ifndef lint static char ocopyright[] = -"$Id: dhclient.c,v 1.153 2007/06/07 15:29:30 each Exp $ Copyright (c) 2004-2007 Internet Systems Consortium. All rights reserved.\n"; +"$Id: dhclient.c,v 1.154 2007/06/15 15:02:05 shane Exp $ Copyright (c) 2004-2007 Internet Systems Consortium. All rights reserved.\n"; #endif /* not lint */ #include "dhcpd.h" @@ -40,6 +40,7 @@ static char ocopyright[] = #include <signal.h> #include <errno.h> #include <sys/wait.h> +#include <limits.h> TIME default_lease_time = 43200; /* 12 hours... */ TIME max_lease_time = 86400; /* 24 hours... */ |