summaryrefslogtreecommitdiffstats
path: root/src/bin/d2/d2_controller.cc
diff options
context:
space:
mode:
authorFrancis Dupont <fdupont@isc.org>2015-04-18 01:39:43 +0200
committerFrancis Dupont <fdupont@isc.org>2015-04-18 01:39:43 +0200
commitea6e9d166faa54b1f9781bc56d7d8fee6c87b1f9 (patch)
treeec5febc3ea56b4ac0e409c8dc2b56c3c5c450ed6 /src/bin/d2/d2_controller.cc
parent[master] Added ChangeLog entry for #3699. (diff)
downloadkea-ea6e9d166faa54b1f9781bc56d7d8fee6c87b1f9.tar.xz
kea-ea6e9d166faa54b1f9781bc56d7d8fee6c87b1f9.zip
[master] remove '#include <config.h' from include files (#3782)
Diffstat (limited to 'src/bin/d2/d2_controller.cc')
-rw-r--r--src/bin/d2/d2_controller.cc4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/bin/d2/d2_controller.cc b/src/bin/d2/d2_controller.cc
index 4b61ad37eb..c3376cdf11 100644
--- a/src/bin/d2/d2_controller.cc
+++ b/src/bin/d2/d2_controller.cc
@@ -1,4 +1,4 @@
-// Copyright (C) 2013-2014 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2013-2015 Internet Systems Consortium, Inc. ("ISC")
//
// Permission to use, copy, modify, and/or distribute this software for any
// purpose with or without fee is hereby granted, provided that the above
@@ -12,6 +12,8 @@
// OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
// PERFORMANCE OF THIS SOFTWARE.
+#include <config.h>
+
#include <d2/d2_controller.h>
#include <d2/d2_process.h>
#include <d2/spec_config.h>