X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=functions%2F_PDCLIB%2Ferrno.c;h=9f84d339c0a68b12d893fd3a99da66424362341a;hb=d865c4403fc91d1f1ac95ba76febcee9f429bb97;hp=9eaf9358a7e4da250e5e018490648eb62755599c;hpb=b1fc26afebd4d557ff89a44bc21767a8704c3809;p=pdclib diff --git a/functions/_PDCLIB/errno.c b/functions/_PDCLIB/errno.c index 9eaf935..9f84d33 100644 --- a/functions/_PDCLIB/errno.c +++ b/functions/_PDCLIB/errno.c @@ -4,7 +4,7 @@ Permission is granted to use, modify, and / or redistribute at will. */ -#include <_PDCLIB_int.h> +#include "_PDCLIB_int.h" #ifndef REGTEST @@ -18,7 +18,8 @@ int * _PDCLIB_errno_func() #endif #ifdef TEST -#include <_PDCLIB_test.h> + +#include "_PDCLIB_test.h" #include @@ -34,4 +35,3 @@ int main( void ) } #endif -