Imported from ../bash-2.01.tar.gz.
[platform/upstream/bash.git] / getcwd.c
index 40ae586..529b57d 100644 (file)
--- a/getcwd.c
+++ b/getcwd.c
 #include "maxpath.h"
 #include "memalloc.h"
 
-#if defined (HAVE_STDLIB_H)
-#  include <stdlib.h>
-#else
-#  include "ansi_stdlib.h"
-#endif /* !HAVE_STDLIB_H */
-
-#if defined (HAVE_STRING_H)
-#  include <string.h>
-#else
-#  include <strings.h>
-#endif /* !HAVE_STRING_H */
+#include "bashansi.h"
 
 #if !defined (errno)
 extern int errno;