This is an automated email from the ASF dual-hosted git repository.

acassis pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git

commit 1b303c2888580f0d41aaef0f846984e94a475d23
Author: p-szafonimateusz <p-szafonimate...@xiaomi.com>
AuthorDate: Thu Oct 10 11:28:58 2024 +0200

    drivers/reset/core.c: fix gcc14 error
    
    Signed-off-by: p-szafonimateusz <p-szafonimate...@xiaomi.com>
---
 drivers/reset/core.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/reset/core.c b/drivers/reset/core.c
index 665c6660ad..23193f1cde 100644
--- a/drivers/reset/core.c
+++ b/drivers/reset/core.c
@@ -26,6 +26,7 @@
 
 #include <errno.h>
 #include <debug.h>
+#include <string.h>
 
 #include <nuttx/nuttx.h>
 #include <nuttx/kmalloc.h>

Reply via email to