summaryrefslogtreecommitdiff
path: root/client
diff options
context:
space:
mode:
authorThomas Markwalder <tmark@isc.org>2017-10-19 13:21:18 -0400
committerThomas Markwalder <tmark@isc.org>2017-10-19 13:21:18 -0400
commite39b4193964c666e36e02787681da4deb2346398 (patch)
treeeb837d1df1baea08887c6f452c2f04a50791d22e /client
parent6bc5ad88db24fa66b317b76ddb2a7c18e5747a5d (diff)
downloadisc-dhcp-e39b4193964c666e36e02787681da4deb2346398.tar.gz
[master] Added include of isc/util.h as needed
Merges in 46332.
Diffstat (limited to 'client')
-rw-r--r--client/dhclient.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/client/dhclient.c b/client/dhclient.c
index 56511df4..081783b4 100644
--- a/client/dhclient.c
+++ b/client/dhclient.c
@@ -31,14 +31,15 @@
*/
#include "dhcpd.h"
+#include <isc/util.h>
+#include <isc/file.h>
+#include <dns/result.h>
#include <syslog.h>
#include <signal.h>
#include <errno.h>
#include <sys/time.h>
#include <sys/wait.h>
#include <limits.h>
-#include <isc/file.h>
-#include <dns/result.h>
TIME default_lease_time = 43200; /* 12 hours... */
TIME max_lease_time = 86400; /* 24 hours... */