X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=getcwd.c;h=529b57d6b0bb3b860cedf4561d08e13dc533c4b9;hb=d166f048818e10cf3799aa24a174fb22835f1acc;hp=40ae5867b1c76b3e6e1186660cd70a4bfb7a59bd;hpb=ccc6cda312fea9f0468ee65b8f368e9653e1380b;p=platform%2Fupstream%2Fbash.git diff --git a/getcwd.c b/getcwd.c index 40ae586..529b57d 100644 --- a/getcwd.c +++ b/getcwd.c @@ -38,17 +38,7 @@ #include "maxpath.h" #include "memalloc.h" -#if defined (HAVE_STDLIB_H) -# include -#else -# include "ansi_stdlib.h" -#endif /* !HAVE_STDLIB_H */ - -#if defined (HAVE_STRING_H) -# include -#else -# include -#endif /* !HAVE_STRING_H */ +#include "bashansi.h" #if !defined (errno) extern int errno;