diff options
Diffstat (limited to 'libc')
-rw-r--r-- | libc/stdlib/error.c | 1 |
1 files changed, 1 insertions, 0 deletions
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 <errno.h> int errno; |