From 63782490887b158e29f10d5eecc65f5da4afd14a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Le=20Goater?= Date: Tue, 24 Feb 2015 12:14:34 +0100 Subject: sparse: declare errno MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Cédric Le Goater Signed-off-by: Stewart Smith --- libc/stdlib/error.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libc') diff --git a/libc/stdlib/error.c b/libc/stdlib/error.c index 81020ca..1bec91b 100644 --- a/libc/stdlib/error.c +++ b/libc/stdlib/error.c @@ -10,6 +10,7 @@ * IBM Corporation - initial implementation *****************************************************************************/ +#include int errno; -- cgit v1.1