From: Martin Baute Date: Mon, 12 Dec 2016 07:43:13 +0000 (+0100) Subject: Explicit include path removed. X-Git-Url: https://pd.if.org/git/?p=pdclib;a=commitdiff_plain;h=36ea8f1059e486a2fbb8fbf644303443865741e7;ds=sidebyside Explicit include path removed. --- 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 );