From fcfe6de1112c28e9ab5fbc4c1ea47275b3434368 Mon Sep 17 00:00:00 2001 From: YamaArashi Date: Wed, 27 Apr 2016 02:02:07 -0700 Subject: remove more unused code --- gcc/getpwd.c | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'gcc/getpwd.c') diff --git a/gcc/getpwd.c b/gcc/getpwd.c index f6d87b9..a6c6615 100755 --- a/gcc/getpwd.c +++ b/gcc/getpwd.c @@ -5,6 +5,10 @@ #if !( defined(_WIN32) && !defined(__CYGWIN__)) +#include +#include +#include + /* Get the working directory. Use the PWD environment variable if it's set correctly, since this is faster and gives more uniform answers to the user. Yield the working directory if successful; otherwise, @@ -54,6 +58,8 @@ getpwd () #else /* _WIN32 && !__CYGWIN__ */ +#include + char * getpwd () { -- cgit v1.2.3