From a070b0de9f9e9cbca150eea4eda74757ca588bed Mon Sep 17 00:00:00 2001 From: Jordan Augé Date: Wed, 23 Sep 2020 17:50:52 +0200 Subject: [HICN-645] Control plane (WIP) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I4be6a40b690b62f22f57de6d8c10b01a1be42a6d Signed-off-by: Jordan Augé Signed-off-by: Enrico Loparco (eloparco) Signed-off-by: Mauro Sardara --- hicn-light/src/hicn/utils/commands.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'hicn-light/src/hicn/utils/commands.h') diff --git a/hicn-light/src/hicn/utils/commands.h b/hicn-light/src/hicn/utils/commands.h index 358f94d48..ede6177f4 100644 --- a/hicn-light/src/hicn/utils/commands.h +++ b/hicn-light/src/hicn/utils/commands.h @@ -31,11 +31,12 @@ #include #include -#include // to be moved in libhicn -#include #ifdef WITH_POLICY #include #endif /* WITH_POLICY */ +#include + +#include "../core/strategy.h" // to be moved in libhicn #define SYMBOLIC_NAME_LEN 16 -- cgit 1.2.3-korg