Skip to content

Commit 55d3deb

Browse files
manuarguekartben
authored andcommitted
tests: logging: log_backend_fs: add missing include
Include explicitly `logging/log_backend.h` header so that non POSIX boards can build this test. For POSIX boards, this headers was indirectly included through `ztest.h`->`ztest_assert.h`->`tc_util.h`->`log_ctrl.h`. Fixes #85441 Signed-off-by: Manuel Argüelles <manuel.arguelles@nxp.com>
1 parent a6dfdb9 commit 55d3deb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/subsys/logging/log_backend_fs/src/log_fs_test.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
#include <zephyr/ztest.h>
1717
#include <zephyr/fs/fs.h>
1818
#include <zephyr/fff.h>
19+
#include <zephyr/logging/log_backend.h>
1920

2021
#define DT_DRV_COMPAT zephyr_fstab_littlefs
2122
#define TEST_AUTOMOUNT DT_PROP(DT_DRV_INST(0), automount)

0 commit comments

Comments
 (0)