From 36ea8f1059e486a2fbb8fbf644303443865741e7 Mon Sep 17 00:00:00 2001 From: Martin Baute Date: Mon, 12 Dec 2016 08:43:13 +0100 Subject: [PATCH] Explicit include path removed. --- platform/posix/functions/_PDCLIB/_PDCLIB_rename.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ); -- 2.40.0