From c6315e38083c901912eb1a7203099a5b967e7ccb Mon Sep 17 00:00:00 2001 From: Jon Mason Date: Sat, 15 Jul 2023 15:08:43 -0400 Subject: [PATCH] xtest: regression_1000: remove unneeded stat.h include Hack to work around musl compile error: In file included from optee-test/3.17.0-r0/recipe-sysroot/usr/include/sys/stat.h:23, from optee-test/3.17.0-r0/git/host/xtest/regression_1000.c:25: optee-test/3.17.0-r0/recipe-sysroot/usr/include/bits/stat.h:17:26: error: expected identifier or '(' before '[' token 17 | unsigned __unused[2]; | ^ stat.h is not needed, since it is not being used in this file. So removing it. Signed-off-by: Jon Mason --- host/xtest/regression_1000.c | 1 - 1 file changed, 1 deletion(-) diff --git a/host/xtest/regression_1000.c b/host/xtest/regression_1000.c index cd11f933c..8e338e59d 100644 --- a/host/xtest/regression_1000.c +++ b/host/xtest/regression_1000.c @@ -24,7 +24,6 @@ #include #include #include -#include #include #include #include