From 78b72007bdd0755f37a9696bd0a4f5f3cd0f6d28 Mon Sep 17 00:00:00 2001 From: Owen Shepherd Date: Mon, 14 Jul 2014 13:04:16 +0100 Subject: [PATCH] [tss_errno] Include errno.h in errno.c --- opt/tss_errno/errno.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/opt/tss_errno/errno.c b/opt/tss_errno/errno.c index f70b464..cf91ac5 100644 --- a/opt/tss_errno/errno.c +++ b/opt/tss_errno/errno.c @@ -6,6 +6,7 @@ Permission is granted to use, modify, and / or redistribute at will. */ +#include #ifndef REGTEST #include @@ -23,8 +24,6 @@ int * _PDCLIB_errno_func() #ifdef TEST #include <_PDCLIB_test.h> -#include - int main( void ) { errno = 0; -- 2.40.0