Revision: 75657
          http://sourceforge.net/p/brlcad/code/75657
Author:   starseeker
Date:     2020-05-01 14:01:45 +0000 (Fri, 01 May 2020)
Log Message:
-----------
Add direct.h for chdir with MSVC

Modified Paths:
--------------
    brlcad/trunk/src/gtools/gchecker.cpp

Modified: brlcad/trunk/src/gtools/gchecker.cpp
===================================================================
--- brlcad/trunk/src/gtools/gchecker.cpp        2020-05-01 13:33:08 UTC (rev 
75656)
+++ brlcad/trunk/src/gtools/gchecker.cpp        2020-05-01 14:01:45 UTC (rev 
75657)
@@ -30,6 +30,10 @@
 #  include <sys/stat.h> /* for mkdir */
 #endif
 
+#ifdef HAVE_WINDOWS_H
+#  include <direct.h> \\ For chdir
+#endif
+
 #include <fstream>
 #include <iostream>
 #include <iomanip>

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.



_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to