Commit fa0fdaec by Richard Kenner

#ifdef WINNT, include direct.h.

From-SVN: r8180
parent c499e03a
...@@ -28,6 +28,9 @@ extern char *getcwd (); ...@@ -28,6 +28,9 @@ extern char *getcwd ();
/* We actually use this as a starting point, not a limit. */ /* We actually use this as a starting point, not a limit. */
#define GUESSPATHLEN 100 #define GUESSPATHLEN 100
#endif /* (defined (USG) || defined (VMS)) */ #endif /* (defined (USG) || defined (VMS)) */
#ifdef WINNT
#include <direct.h>
#endif
char *getenv (); char *getenv ();
char *xmalloc (); char *xmalloc ();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment