aboutsummaryrefslogtreecommitdiffstats
path: root/ctrl/facemgr/src/api.c
diff options
context:
space:
mode:
authorJordan Augé <jordan.auge+fdio@cisco.com>2020-02-12 16:35:34 +0100
committerJordan Augé <jordan.auge+fdio@cisco.com>2020-02-12 16:39:15 +0100
commit38cc8fb5b1c4d315648a5cc53bb0e874d54f436a (patch)
treefdb24a5e754dba001531df26d5edd4237e191e8b /ctrl/facemgr/src/api.c
parentcea443f1b7d1750ac061b33b2200997ad59e8505 (diff)
[HICN-516] remove facemgr android-utility header from installed ones
Change-Id: I72018d73fdf0a295c6121efd38b0ce1a00519dd5 Signed-off-by: Jordan Augé <jordan.auge+fdio@cisco.com>
Diffstat (limited to 'ctrl/facemgr/src/api.c')
-rw-r--r--ctrl/facemgr/src/api.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ctrl/facemgr/src/api.c b/ctrl/facemgr/src/api.c
index 24d629d28..f934883de 100644
--- a/ctrl/facemgr/src/api.c
+++ b/ctrl/facemgr/src/api.c
@@ -60,7 +60,7 @@
#endif /* __linux__ */
#ifdef WITH_ANDROID_UTILITY
-#include <hicn/android_utility/android_utility.h>
+#include "interfaces/android_utility/android_utility.h"
#endif /* WITH_ANDROID_UTILITY */
#include <hicn/ctrl/face.h>