From: Owen Shepherd Date: Mon, 14 Jul 2014 12:04:16 +0000 (+0100) Subject: [tss_errno] Include errno.h in errno.c X-Git-Url: https://pd.if.org/git/?p=pdclib;a=commitdiff_plain;h=78b72007bdd0755f37a9696bd0a4f5f3cd0f6d28 [tss_errno] Include errno.h in errno.c --- 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;