X-Git-Url: https://pd.if.org/git/?p=pdclib;a=blobdiff_plain;f=opt%2Ftss_errno%2Ferrno.c;h=75a564fbfd2033356944a2b49616c6e498835b75;hp=f70b4643a247ae44abe1e4d505f1c82046dc4dae;hb=da0f3f353d417fed71f358a48d5d5394145e460d;hpb=b367243186831cf81245bf6cbbe87796f75914c1 diff --git a/opt/tss_errno/errno.c b/opt/tss_errno/errno.c index f70b464..75a564f 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 @@ -21,9 +20,7 @@ int * _PDCLIB_errno_func() #endif #ifdef TEST -#include <_PDCLIB_test.h> - -#include +#include "_PDCLIB_test.h" int main( void ) {