X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=opt%2Ftss_errno%2Ferrno.c;h=df07747f252295bc12da72d7e691c173f8b2e385;hb=82c36ba715d2c440f21c501661abfeae0f507fab;hp=f70b4643a247ae44abe1e4d505f1c82046dc4dae;hpb=b367243186831cf81245bf6cbbe87796f75914c1;p=pdclib diff --git a/opt/tss_errno/errno.c b/opt/tss_errno/errno.c index f70b464..df07747 100644 --- a/opt/tss_errno/errno.c +++ b/opt/tss_errno/errno.c @@ -1,11 +1,10 @@ -/* $Id$ */ - /* _PDCLIB_errno This file is part of the Public Domain C Library (PDCLib). Permission is granted to use, modify, and / or redistribute at will. */ +#include #ifndef REGTEST #include @@ -23,8 +22,6 @@ int * _PDCLIB_errno_func() #ifdef TEST #include <_PDCLIB_test.h> -#include - int main( void ) { errno = 0;