From: Manuel Bouyer Date: Tue, 12 Jan 2021 18:12:40 +0000 (+0100) Subject: tools/xenpaging: include errno.h X-Git-Tag: archive/raspbian/4.16.0+51-g0941d6cb-1+rpi1~2^2~42^2~1124 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=8e4f3b6cd68495937a496b94ff228907dbd1958b;p=xen.git tools/xenpaging: include errno.h writable definition of errno on NetBSD. Signed-off-by: Manuel Bouyer Reviewed-by: Roger Pau Monné --- diff --git a/tools/xenpaging/xenpaging.c b/tools/xenpaging/xenpaging.c index 33098046c2..6e5490315d 100644 --- a/tools/xenpaging/xenpaging.c +++ b/tools/xenpaging/xenpaging.c @@ -22,6 +22,7 @@ #include #include #include +#include #include #include #include