summaryrefslogtreecommitdiff
path: root/make.h
diff options
context:
space:
mode:
Diffstat (limited to 'make.h')
-rw-r--r--make.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/make.h b/make.h
index 42fe900..c9376ca 100644
--- a/make.h
+++ b/make.h
@@ -249,7 +249,7 @@ extern int pipe (), close (), read (), write (), open ();
extern long int lseek ();
#endif /* GNU C library or POSIX. */
-#ifndef GETCWD_MISSING
+#ifdef HAVE_GETCWD
extern char *getcwd ();
#else
extern char *getwd ();