---
 src/Intrinsic.c | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/Intrinsic.c b/src/Intrinsic.c
index 29bf716..343a743 100644
--- a/src/Intrinsic.c
+++ b/src/Intrinsic.c
@@ -81,6 +81,9 @@ in this Software without prior written authorization from The 
Open Group.
 #ifndef VMS
 #include <sys/stat.h>
 #endif /* VMS */
+#ifdef _WIN32
+#include <direct.h>            /* for _getdrives() */
+#endif
 
 #include <stdlib.h>
 
-- 
2.3.2

_______________________________________________
xorg-devel@lists.x.org: X.Org development
Archives: http://lists.x.org/archives/xorg-devel
Info: http://lists.x.org/mailman/listinfo/xorg-devel

Reply via email to