X-Git-Url: https://pd.if.org/git/?p=pdclib;a=blobdiff_plain;f=functions%2Fstdio%2Frename.c;h=cd81c6a169f55794486359ac82460e510b334065;hp=a3583e67571bd8b72b20f992aed6ebcc73ed1d55;hb=d6f1494a4f38a212b29a13ee713885058dcf0fe7;hpb=2b793d7f6e3a8e37229e761ef4c92961bd0f686a diff --git a/functions/stdio/rename.c b/functions/stdio/rename.c index a3583e6..cd81c6a 100644 --- a/functions/stdio/rename.c +++ b/functions/stdio/rename.c @@ -7,7 +7,7 @@ #include #ifndef REGTEST -#include <_PDCLIB_glue.h> +#include "_PDCLIB_glue.h" #include @@ -31,7 +31,7 @@ int rename( const char * old, const char * new ) #endif #ifdef TEST -#include <_PDCLIB_test.h> +#include "_PDCLIB_test.h" #include