Skip to content

Commit 84f9eda

Browse files
sylvioalvesgithub-actions[bot]
authored andcommitted
samples: shell_module: fix missing qsort reference
PR #39980 added qsort to minimal libc but caused shell_modules sample to fail building. Signed-off-by: Sylvio Alves <[email protected]>
1 parent 053dc75 commit 84f9eda

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

samples/subsys/shell/shell_module/src/dynamic_cmd.c

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
#include <shell/shell.h>
88
#include <ctype.h>
99
#include <stdio.h>
10+
#include <stdlib.h>
1011

1112
#define MAX_CMD_CNT (20u)
1213
#define MAX_CMD_LEN (33u)

0 commit comments

Comments
 (0)