summaryrefslogtreecommitdiffstats
path: root/otherlibs/unix/getcwd.c
diff options
context:
space:
mode:
Diffstat (limited to 'otherlibs/unix/getcwd.c')
-rw-r--r--otherlibs/unix/getcwd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/otherlibs/unix/getcwd.c b/otherlibs/unix/getcwd.c
index 2d1c1156c..dd5194428 100644
--- a/otherlibs/unix/getcwd.c
+++ b/otherlibs/unix/getcwd.c
@@ -16,7 +16,7 @@
#include <alloc.h>
#include "unixsupport.h"
-#ifndef _WIN32
+#if !defined (_WIN32) && !macintosh
#include <sys/param.h>
#endif