From 663409c0ad1866c94844de6a685ea5e600152887 Mon Sep 17 00:00:00 2001 From: Yunhee Seo Date: Tue, 9 Apr 2024 16:19:36 +0900 Subject: [PATCH] haptic: Change hal-device-haptic module inclusion path As HAL ABI versioning is applied to hal-api-device-haptic module, inclusion path is changed. Change-Id: I0262b615bb86ef5573e947186d5a4de8861f383f Signed-off-by: Yunhee Seo --- src/core/haptic.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/haptic.c b/src/core/haptic.c index ea86a05..9e0db09 100644 --- a/src/core/haptic.c +++ b/src/core/haptic.c @@ -29,7 +29,7 @@ #include #include #include -#include +#include #include "shared/log.h" #include "shared/common.h" -- 2.7.4