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

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

commit 56aa628eeca4d96d80eba21a90656f17f771a451
Author: anjiahao <anjia...@xiaomi.com>
AuthorDate: Fri Oct 11 15:18:49 2024 +0800

    binfmt_loadmodule.c:fix build break
    
    undefine lib_free
    
    Signed-off-by: anjiahao <anjia...@xiaomi.com>
---
 binfmt/binfmt_loadmodule.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/binfmt/binfmt_loadmodule.c b/binfmt/binfmt_loadmodule.c
index 78fe70bd7f..95daa44c8e 100644
--- a/binfmt/binfmt_loadmodule.c
+++ b/binfmt/binfmt_loadmodule.c
@@ -30,6 +30,7 @@
 #include <debug.h>
 #include <errno.h>
 
+#include <nuttx/lib/lib.h>
 #include <nuttx/envpath.h>
 #include <nuttx/sched.h>
 #include <nuttx/kmalloc.h>

Reply via email to