From 727d5cc0e72837fdf1c2fb053ad5bee4d42f92a4 Mon Sep 17 00:00:00 2001 From: Romain Forlot Date: Fri, 18 Jan 2019 17:21:01 +0100 Subject: Git submodules migration to separated libraries Migrate submodule to use the afb-helpers and controller libraries. Find them as packages not only link against them like before. - Remove the submodules - Remote the target link on target - Add dependencies to afb-helpers and appcontroller packages. Bug-AGL: SPEC-2139 Change-Id: I79da3a84bc1ee020924bb51f0eaed85a99ba7288 Signed-off-by: Romain Forlot --- src/aft.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/aft.h') diff --git a/src/aft.h b/src/aft.h index 7ac00a0..6778e02 100644 --- a/src/aft.h +++ b/src/aft.h @@ -24,6 +24,7 @@ #include #include #include +#include #ifndef ERROR #define ERROR -1 -- cgit 1.2.3-korg