]> pd.if.org Git - pdclib/commitdiff
Explicit include path removed.
authorMartin Baute <solar@rootdirectory.de>
Mon, 12 Dec 2016 07:43:13 +0000 (08:43 +0100)
committerMartin Baute <solar@rootdirectory.de>
Mon, 12 Dec 2016 07:43:13 +0000 (08:43 +0100)
platform/posix/functions/_PDCLIB/_PDCLIB_rename.c

index 49c89281af520e0824a63851cf26f0d545c4e1a7..82d687cc10dcd38488f7dca0606d90a7f24484a0 100644 (file)
@@ -9,7 +9,7 @@
 #ifndef REGTEST
 #include "_PDCLIB_glue.h"
 
 #ifndef REGTEST
 #include "_PDCLIB_glue.h"
 
-#include </usr/include/errno.h>
+#include <errno.h>
 
 extern int unlink( const char * pathname );
 extern int link( const char * old, const char * new );
 
 extern int unlink( const char * pathname );
 extern int link( const char * old, const char * new );