From 9e628922283834edaec342f335eb9726ab53570e Mon Sep 17 00:00:00 2001 From: Rasmus Villemoes Date: Thu, 3 Oct 2024 23:27:52 +0200 Subject: [PATCH] led: include cyclic.h in led_sw_blink.c This makes use of the cyclic API but relies on implicitly getting the appropriate declarations through some nested include. Include the cyclic.h header directly. Signed-off-by: Rasmus Villemoes Reviewed-by: Simon Glass Reviewed-by: Stefan Roese --- drivers/led/led_sw_blink.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/led/led_sw_blink.c b/drivers/led/led_sw_blink.c index 06a43db340..ee1546d02d 100644 --- a/drivers/led/led_sw_blink.c +++ b/drivers/led/led_sw_blink.c @@ -5,6 +5,7 @@ * Author: Mikhail Kshevetskiy */ +#include #include #include #include -- 2.39.5