summaryrefslogtreecommitdiff
path: root/dhcpctl
diff options
context:
space:
mode:
authorMark Andrews <marka@isc.org>2013-06-07 09:06:14 +1000
committerMark Andrews <marka@isc.org>2013-06-07 09:06:14 +1000
commit74d67492a1582b9722444c2693f2c4b9e969e1b7 (patch)
treeb4f34172bd8c1f0956a0a06898397dca4bb0f112 /dhcpctl
parent79d2c88e8c79c1349bd3434cd133b3259580d125 (diff)
downloadisc-dhcp-74d67492a1582b9722444c2693f2c4b9e969e1b7.tar.gz
add #include "config.h"
Diffstat (limited to 'dhcpctl')
-rw-r--r--dhcpctl/cltest.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/dhcpctl/cltest.c b/dhcpctl/cltest.c
index dfc2c87f..ffd4152d 100644
--- a/dhcpctl/cltest.c
+++ b/dhcpctl/cltest.c
@@ -28,6 +28,8 @@
* by Brian Murrell.
*/
+#include "config.h"
+
#include <time.h>
#include <sys/time.h>
#include <stdio.h>