Re: [PATCH] test: fix unit test build error for crc8

2023-05-31 Thread Heinrich Schuchardt
On 5/30/23 17:39, ghidoliemanu...@gmail.com wrote: From: Emanuele Ghidoli Build fail due to ENOSYS undeclared if CONFIG_SANDBOX_SDL is not defined. Include errno.h before including test/lib.h. Fixes: 3080ddf970b1 ("test: unit test for crc8") Signed-off-by: Emanuele Ghidoli --- test/lib/test

[PATCH] test: fix unit test build error for crc8

2023-05-30 Thread ghidoliemanuele
From: Emanuele Ghidoli Build fail due to ENOSYS undeclared if CONFIG_SANDBOX_SDL is not defined. Include errno.h before including test/lib.h. Fixes: 3080ddf970b1 ("test: unit test for crc8") Signed-off-by: Emanuele Ghidoli --- test/lib/test_crc8.c | 1 + 1 file changed, 1 insertion(+) diff --