Skip to content

Commit c20ec04

Browse files
author
Jyri Sarha
committed
zephyr: shell: Fix implicit declaration of function 'strtol'
Fix implicit declaration of function 'strtol' by including zephyr/shell/shell_string_conv.h. Signed-off-by: Jyri Sarha <jyri.sarha@linux.intel.com>
1 parent 1785cf2 commit c20ec04

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

zephyr/sof_shell.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
#include <zephyr/kernel.h>
1212
#include <zephyr/sys/printk.h>
1313
#include <zephyr/shell/shell.h>
14+
#include <zephyr/shell/shell_string_conv.h>
1415

1516
#define SOF_TEST_INJECT_SCHED_GAP_USEC 1500
1617

0 commit comments

Comments
 (0)