X-Git-Url: https://pd.if.org/git/?p=pdclib;a=blobdiff_plain;f=functions%2F_PDCLIB%2Ferrno.c;h=4cf5ea5b1458984fcaef019189cffcb496e98d7a;hp=9eaf9358a7e4da250e5e018490648eb62755599c;hb=d6f1494a4f38a212b29a13ee713885058dcf0fe7;hpb=2b793d7f6e3a8e37229e761ef4c92961bd0f686a diff --git a/functions/_PDCLIB/errno.c b/functions/_PDCLIB/errno.c index 9eaf935..4cf5ea5 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,7 @@ int * _PDCLIB_errno_func() #endif #ifdef TEST -#include <_PDCLIB_test.h> +#include "_PDCLIB_test.h" #include