From 581f3dfafbd6a8332294fccd87dbe846a39589b7 Mon Sep 17 00:00:00 2001 From: Yongrong Wang Date: Thu, 10 Oct 2024 14:15:17 +0800 Subject: [PATCH] lib/system/nuttx/io.c: include in nuttx/io.c Because nuttx/io.c use NULL and NULL is defined in Signed-off-by: Bowen Wang --- lib/system/nuttx/io.c | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/system/nuttx/io.c b/lib/system/nuttx/io.c index ab9bc6ab..c21d7c82 100644 --- a/lib/system/nuttx/io.c +++ b/lib/system/nuttx/io.c @@ -4,6 +4,7 @@ * SPDX-License-Identifier: BSD-3-Clause */ +#include #include #include #include