From d7acc47c8201611fda98ce5bd465626478ca4759 Mon Sep 17 00:00:00 2001 From: Roger Pau Monne Date: Fri, 5 Feb 2021 13:19:38 +0100 Subject: [PATCH] tools/tests: fix resource test build on FreeBSD MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit error.h is not a standard header, and none of the functions declared there are actually used by the code. This fixes the build on FreeBSD that doesn't have error.h Signed-off-by: Roger Pau Monné Acked-by: Andrew Cooper --- tools/tests/resource/test-resource.c | 1 - 1 file changed, 1 deletion(-) diff --git a/tools/tests/resource/test-resource.c b/tools/tests/resource/test-resource.c index a409a82f44..1caaa60e62 100644 --- a/tools/tests/resource/test-resource.c +++ b/tools/tests/resource/test-resource.c @@ -1,6 +1,5 @@ #include #include -#include #include #include #include -- 2.39.5