diff options
Diffstat (limited to 'libc/stdlib/realpath.c')
-rw-r--r-- | libc/stdlib/realpath.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libc/stdlib/realpath.c b/libc/stdlib/realpath.c index 2a018b4b7..88677f7a7 100644 --- a/libc/stdlib/realpath.c +++ b/libc/stdlib/realpath.c @@ -14,6 +14,7 @@ */ #define readlink __readlink +#define getcwd __getcwd #ifdef HAVE_CONFIG_H #include <config.h> |