From: Roger Pau Monne Date: Fri, 5 Feb 2021 12:19:38 +0000 (+0100) Subject: tools/tests: fix resource test build on FreeBSD X-Git-Tag: 4.15.0-rc1~85 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=d7acc47c8201611fda98ce5bd465626478ca4759;p=xen.git tools/tests: fix resource test build on FreeBSD 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 --- 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