X-Git-Url: https://pd.if.org/git/?p=pdclib;a=blobdiff_plain;f=platform%2Fposix%2Ffunctions%2F_PDCLIB%2F_PDCLIB_rename.c;h=82d687cc10dcd38488f7dca0606d90a7f24484a0;hp=ecfcefb04fc20251b4efb24abbfc59c7d4361cf9;hb=36ea8f1059e486a2fbb8fbf644303443865741e7;hpb=e1c526e9bad3f6e69391e94059096145390508d3 diff --git a/platform/posix/functions/_PDCLIB/_PDCLIB_rename.c b/platform/posix/functions/_PDCLIB/_PDCLIB_rename.c index ecfcefb..82d687c 100644 --- a/platform/posix/functions/_PDCLIB/_PDCLIB_rename.c +++ b/platform/posix/functions/_PDCLIB/_PDCLIB_rename.c @@ -7,9 +7,9 @@ #include #ifndef REGTEST -#include <_PDCLIB_glue.h> +#include "_PDCLIB_glue.h" -#include +#include extern int unlink( const char * pathname ); extern int link( const char * old, const char * new ); @@ -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