X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=platform%2Fposix%2Ffunctions%2F_PDCLIB%2F_PDCLIB_rename.c;h=49c89281af520e0824a63851cf26f0d545c4e1a7;hb=522a5e059582a513f7af8e418a1e8611aafb3513;hp=ecfcefb04fc20251b4efb24abbfc59c7d4361cf9;hpb=e1c526e9bad3f6e69391e94059096145390508d3;p=pdclib diff --git a/platform/posix/functions/_PDCLIB/_PDCLIB_rename.c b/platform/posix/functions/_PDCLIB/_PDCLIB_rename.c index ecfcefb..49c8928 100644 --- a/platform/posix/functions/_PDCLIB/_PDCLIB_rename.c +++ b/platform/posix/functions/_PDCLIB/_PDCLIB_rename.c @@ -7,7 +7,7 @@ #include #ifndef REGTEST -#include <_PDCLIB_glue.h> +#include "_PDCLIB_glue.h" #include @@ -41,7 +41,7 @@ int _PDCLIB_rename( const char * old, const char * new ) #endif #ifdef TEST -#include <_PDCLIB_test.h> +#include "_PDCLIB_test.h" #include