X-Git-Url: https://pd.if.org/git/?p=pdclib;a=blobdiff_plain;f=platform%2Fposix%2Ffunctions%2F_PDCLIB%2F_PDCLIB_rename.c;h=49c89281af520e0824a63851cf26f0d545c4e1a7;hp=ecfcefb04fc20251b4efb24abbfc59c7d4361cf9;hb=da0f3f353d417fed71f358a48d5d5394145e460d;hpb=1a0ec80bd1d2439b7c8e4e16905f26c3fa39630e 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