diff options
author | Marcin Siodelski <marcin@isc.org> | 2016-11-30 13:38:18 +0100 |
---|---|---|
committer | Marcin Siodelski <marcin@isc.org> | 2016-12-01 12:40:12 +0100 |
commit | 91e39181ca050437fb907b056074d7cba771e076 (patch) | |
tree | 0003239994cc699db01f569b9dbd9315d1bb4367 /src/bin/d2/d2_controller.h | |
parent | [master] ChangeLog updated. (diff) | |
download | kea-91e39181ca050437fb907b056074d7cba771e076.tar.xz kea-91e39181ca050437fb907b056074d7cba771e076.zip |
[5074] Created libkea-process library.
Diffstat (limited to 'src/bin/d2/d2_controller.h')
-rw-r--r-- | src/bin/d2/d2_controller.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/bin/d2/d2_controller.h b/src/bin/d2/d2_controller.h index 661cb55383..437e7c8074 100644 --- a/src/bin/d2/d2_controller.h +++ b/src/bin/d2/d2_controller.h @@ -1,4 +1,4 @@ -// Copyright (C) 2013-2015 Internet Systems Consortium, Inc. ("ISC") +// Copyright (C) 2013-2016 Internet Systems Consortium, Inc. ("ISC") // // This Source Code Form is subject to the terms of the Mozilla Public // License, v. 2.0. If a copy of the MPL was not distributed with this @@ -7,7 +7,7 @@ #ifndef D2_CONTROLLER_H #define D2_CONTROLLER_H -#include <d2/d_controller.h> +#include <process/d_controller.h> namespace isc { namespace d2 { |