#ifdef WINNT, include direct.h.

From-SVN: r8180
This commit is contained in:
Richard Kenner 1994-09-30 17:27:51 -04:00
parent c499e03ace
commit fa0fdaec2c

View File

@ -28,6 +28,9 @@ extern char *getcwd ();
/* We actually use this as a starting point, not a limit. */
#define GUESSPATHLEN 100
#endif /* (defined (USG) || defined (VMS)) */
#ifdef WINNT
#include <direct.h>
#endif
char *getenv ();
char *xmalloc ();