From: Yunhee Seo Date: Mon, 8 Apr 2024 04:57:20 +0000 (+0900) Subject: Change header file inclusion path X-Git-Tag: accepted/tizen/unified/20240614.084953~11 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=93a1344e5db949ceed0ac89c095b82e22819dcb9;p=platform%2Fhal%2Fbackend%2Frpi%2Fdevice-rpi.git Change header file inclusion path As the header files installation path below hal-api-device module is changed, the inclusion path is also changed. Change-Id: I7a747f930df63bc65ebf467851ad228c2558cf43 Signed-off-by: Yunhee Seo --- diff --git a/hw/board/board.c b/hw/board/board.c index b8b57d9..75f1539 100644 --- a/hw/board/board.c +++ b/hw/board/board.c @@ -15,7 +15,7 @@ */ #define _GNU_SOURCE -#include +#include #include #include diff --git a/hw/display/display.c b/hw/display/display.c index f6576fa..615389f 100644 --- a/hw/display/display.c +++ b/hw/display/display.c @@ -23,7 +23,7 @@ #include #include -#include +#include #include #include diff --git a/hw/haptic/gpio.c b/hw/haptic/gpio.c index 072bcbc..0a493f6 100644 --- a/hw/haptic/gpio.c +++ b/hw/haptic/gpio.c @@ -20,7 +20,7 @@ #include #include #include -#include +#include #include diff --git a/hw/led/led.c b/hw/led/led.c index 5924001..493b5cb 100644 --- a/hw/led/led.c +++ b/hw/led/led.c @@ -20,7 +20,7 @@ #include #include -#include +#include #include #include diff --git a/hw/memory/memory.c b/hw/memory/memory.c index 7879ca2..dd2d832 100644 --- a/hw/memory/memory.c +++ b/hw/memory/memory.c @@ -18,7 +18,7 @@ #include #include -#include +#include #include #include diff --git a/hw/thermal/thermal.c b/hw/thermal/thermal.c index 2ee41da..37b72fc 100644 --- a/hw/thermal/thermal.c +++ b/hw/thermal/thermal.c @@ -23,7 +23,7 @@ #include #include -#include +#include #include #include diff --git a/hw/touchscreen/touchscreen.c b/hw/touchscreen/touchscreen.c index be847cd..d80d6f1 100644 --- a/hw/touchscreen/touchscreen.c +++ b/hw/touchscreen/touchscreen.c @@ -25,7 +25,7 @@ #include #include -#include +#include #include #include