Skip to content

Commit

Permalink
Ztest: Including the missing C standard library header
Browse files Browse the repository at this point in the history
The ztest.c calls atoi, which is provided by the C standard library.

Signed-off-by: Firas Sammoura <fsammoura@google.com>
  • Loading branch information
fsammoura1980 committed Sep 27, 2024
1 parent d11997d commit 17efe46
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions subsys/testsuite/ztest/src/ztest.c
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
* SPDX-License-Identifier: Apache-2.0
*/

#include <stdlib.h>
#include <zephyr/ztest.h>

#include <zephyr/app_memory/app_memdomain.h>
Expand Down

0 comments on commit 17efe46

Please sign in to comment.