]> xenbits.xensource.com Git - xen.git/commitdiff
tools/xenpaging: include errno.h
authorManuel Bouyer <bouyer@netbsd.org>
Tue, 12 Jan 2021 18:12:40 +0000 (19:12 +0100)
committerAndrew Cooper <andrew.cooper3@citrix.com>
Mon, 18 Jan 2021 18:58:20 +0000 (18:58 +0000)
writable definition of errno on NetBSD.

Signed-off-by: Manuel Bouyer <bouyer@netbsd.org>
Reviewed-by: Roger Pau Monné <roger.pau@citrix.com>
tools/xenpaging/xenpaging.c

index 33098046c24ddb76a230d6725b4e50415b963452..6e5490315d0128ed9065308675dab10de3a31c44 100644 (file)
@@ -22,6 +22,7 @@
 #include <inttypes.h>
 #include <stdio.h>
 #include <stdlib.h>
+#include <errno.h>
 #include <stdarg.h>
 #include <time.h>
 #include <signal.h>