summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--zephyr/test/drivers/default/src/console_cmd/usb_pd_console.c1
-rw-r--r--zephyr/test/drivers/default/src/power_common.c1
-rw-r--r--zephyr/test/kingler/src/db_detect_none.c3
3 files changed, 4 insertions, 1 deletions
diff --git a/zephyr/test/drivers/default/src/console_cmd/usb_pd_console.c b/zephyr/test/drivers/default/src/console_cmd/usb_pd_console.c
index 96b2b701ef..f205da1357 100644
--- a/zephyr/test/drivers/default/src/console_cmd/usb_pd_console.c
+++ b/zephyr/test/drivers/default/src/console_cmd/usb_pd_console.c
@@ -10,6 +10,7 @@
#include "ec_commands.h"
#include "test/drivers/test_state.h"
#include "test/drivers/utils.h"
+#include "usb_prl_sm.h"
static void console_cmd_usb_pd_after(void *fixture)
{
diff --git a/zephyr/test/drivers/default/src/power_common.c b/zephyr/test/drivers/default/src/power_common.c
index 09d9834ed8..537ad9b1d7 100644
--- a/zephyr/test/drivers/default/src/power_common.c
+++ b/zephyr/test/drivers/default/src/power_common.c
@@ -3,6 +3,7 @@
* found in the LICENSE file.
*/
+#include <strings.h>
#include <zephyr/ztest.h>
#include <zephyr/drivers/gpio.h>
#include <zephyr/drivers/gpio/gpio_emul.h>
diff --git a/zephyr/test/kingler/src/db_detect_none.c b/zephyr/test/kingler/src/db_detect_none.c
index 7b28d0e933..dbcefaab5a 100644
--- a/zephyr/test/kingler/src/db_detect_none.c
+++ b/zephyr/test/kingler/src/db_detect_none.c
@@ -3,7 +3,8 @@
* found in the LICENSE file.
*/
-#include "zephyr/kernel.h"
+#include <stdlib.h>
+#include <zephyr/kernel.h>
#include <zephyr/drivers/gpio/gpio_emul.h>
#include <zephyr/ztest.h>