@ -6,6 +6,8 @@
#ifdef WIN32
#include <direct.h>
#else
#include <unistd.h>
#endif
#ifdef NeXT
@ -169,7 +171,7 @@ void Q_getwd (char *out)
_getcwd (out, 256);
strcat (out, "\\");
getwd (out);
getcwd (out, 256);
}