drivers: regulator: regulator_shell: Fix missing include
Fixes a missing include for the atoi() function. Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
This commit is contained in:
parent
e6ef1f3434
commit
2b472e2d20
1 changed files with 1 additions and 0 deletions
|
@ -4,6 +4,7 @@
|
|||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <zephyr/kernel.h>
|
||||
#include <zephyr/shell/shell.h>
|
||||
#include <zephyr/drivers/uart.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue