aboutsummaryrefslogtreecommitdiffstats
path: root/hicn-light/src/hicn/utils/commands.h
diff options
context:
space:
mode:
Diffstat (limited to 'hicn-light/src/hicn/utils/commands.h')
-rw-r--r--hicn-light/src/hicn/utils/commands.h5
1 files changed, 3 insertions, 2 deletions
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 <stdint.h>
#include <stdlib.h>
-#include <hicn/core/strategy.h> // to be moved in libhicn
-#include <hicn/util/ip_address.h>
#ifdef WITH_POLICY
#include <hicn/policy.h>
#endif /* WITH_POLICY */
+#include <hicn/util/ip_address.h>
+
+#include "../core/strategy.h" // to be moved in libhicn
#define SYMBOLIC_NAME_LEN 16