X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;ds=sidebyside;f=functions%2F_PDCLIB%2Ferrno.c;h=9f84d339c0a68b12d893fd3a99da66424362341a;hb=d865c4403fc91d1f1ac95ba76febcee9f429bb97;hp=4cf5ea5b1458984fcaef019189cffcb496e98d7a;hpb=2040228f27d623585d339dec175c4e779ca9edb5;p=pdclib diff --git a/functions/_PDCLIB/errno.c b/functions/_PDCLIB/errno.c index 4cf5ea5..9f84d33 100644 --- a/functions/_PDCLIB/errno.c +++ b/functions/_PDCLIB/errno.c @@ -18,6 +18,7 @@ int * _PDCLIB_errno_func() #endif #ifdef TEST + #include "_PDCLIB_test.h" #include @@ -34,4 +35,3 @@ int main( void ) } #endif -