summaryrefslogtreecommitdiff
path: root/dhcpctl/omshell.c
diff options
context:
space:
mode:
authorFrancis Dupont <fdupont@isc.org>2010-01-23 08:49:32 +0000
committerFrancis Dupont <fdupont@isc.org>2010-01-23 08:49:32 +0000
commitd1f31a0065f37300ca96f57009dabc0358fbdb65 (patch)
treec5a8307e4bbc69f5556d5ee596629a0b33b71e34 /dhcpctl/omshell.c
parentbdd8e747804080d584b49434f41c01f9f9210ab1 (diff)
downloadisc-dhcp-d1f31a0065f37300ca96f57009dabc0358fbdb65.tar.gz
_GNU_SOURCE fixes
Diffstat (limited to 'dhcpctl/omshell.c')
-rw-r--r--dhcpctl/omshell.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/dhcpctl/omshell.c b/dhcpctl/omshell.c
index 36c9883b..af997ac7 100644
--- a/dhcpctl/omshell.c
+++ b/dhcpctl/omshell.c
@@ -32,6 +32,8 @@
* ``http://www.nominum.com''.
*/
+#include "config.h"
+
#include <time.h>
#include <sys/time.h>
#include <stdio.h>