X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=platform%2Fexample%2Ffunctions%2F_PDCLIB%2Frename.c;h=f1fc38245814facd9d210eb2cfe0149d818cdf27;hb=3044c7be997666943201e01b1a429833e826694f;hp=08f08742a2f40c2e2bc63972a397dbb425f984a9;hpb=2b793d7f6e3a8e37229e761ef4c92961bd0f686a;p=pdclib diff --git a/platform/example/functions/_PDCLIB/rename.c b/platform/example/functions/_PDCLIB/rename.c index 08f0874..f1fc382 100644 --- a/platform/example/functions/_PDCLIB/rename.c +++ b/platform/example/functions/_PDCLIB/rename.c @@ -7,7 +7,8 @@ #include #ifndef REGTEST -#include <_PDCLIB_glue.h> + +#include "_PDCLIB_glue.h" #include @@ -90,7 +91,7 @@ int _PDCLIB_rename( const char * old, const char * new ) #endif #ifdef TEST -#include <_PDCLIB_test.h> +#include "_PDCLIB_test.h" #include