From 45a53ae1f30061466bfd5bfaacc7e167d988c581 Mon Sep 17 00:00:00 2001 From: Sascha Wildner Date: Wed, 28 Dec 2016 15:46:06 +0100 Subject: [PATCH] : Generally include . I forgot this change in 329111df7bb1e6c835b3e1835b384ecf2dd3aaf7. --- sys/sys/errno.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sys/sys/errno.h b/sys/sys/errno.h index 38a83b4b4f..090539cfcd 100644 --- a/sys/sys/errno.h +++ b/sys/sys/errno.h @@ -38,8 +38,9 @@ #ifndef _SYS_ERRNO_H_ #define _SYS_ERRNO_H_ -#if !defined(_KERNEL) || defined(_KERNEL_VIRTUAL) #include + +#if !defined(_KERNEL) || defined(_KERNEL_VIRTUAL) __BEGIN_DECLS extern __thread int errno; __END_DECLS -- 2.41.0