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=49c89281af520e0824a63851cf26f0d545c4e1a7;hb=36ea8f1059e486a2fbb8fbf644303443865741e7;hpb=412fd4684cfdf34b1a3368b4651b6e6c2e7fbbad diff --git a/platform/posix/functions/_PDCLIB/_PDCLIB_rename.c b/platform/posix/functions/_PDCLIB/_PDCLIB_rename.c index 49c8928..82d687c 100644 --- a/platform/posix/functions/_PDCLIB/_PDCLIB_rename.c +++ b/platform/posix/functions/_PDCLIB/_PDCLIB_rename.c @@ -9,7 +9,7 @@ #ifndef REGTEST #include "_PDCLIB_glue.h" -#include +#include extern int unlink( const char * pathname ); extern int link( const char * old, const char * new );