Skip to content

Commit

Permalink
binfmt_loadmodule.c:fix build break
Browse files Browse the repository at this point in the history
undefine lib_free

Signed-off-by: anjiahao <[email protected]>
  • Loading branch information
anjiahao1 authored and xiaoxiang781216 committed Oct 12, 2024
1 parent 0dd5228 commit 56aa628
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions binfmt/binfmt_loadmodule.c
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 56aa628

Please sign in to comment.