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 <sylvio.alves@espressif.com>
This commit is contained in:
parent
f4cf484ac6
commit
9d159ba86f
1 changed files with 1 additions and 0 deletions
|
@ -7,6 +7,7 @@
|
||||||
#include <shell/shell.h>
|
#include <shell/shell.h>
|
||||||
#include <ctype.h>
|
#include <ctype.h>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
#include <stdlib.h>
|
||||||
|
|
||||||
#define MAX_CMD_CNT (20u)
|
#define MAX_CMD_CNT (20u)
|
||||||
#define MAX_CMD_LEN (33u)
|
#define MAX_CMD_LEN (33u)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue