[rtems-tools commit] Update the Windows header to direct.h for _mkdir per the MSDN.

Chris Johns chrisj at rtems.org
Mon Feb 16 00:30:55 UTC 2015


Module:    rtems-tools
Branch:    master
Commit:    a8c4f3f26ca348e741b90a72e57b4a0659aac3d4
Changeset: http://git.rtems.org/rtems-tools/commit/?id=a8c4f3f26ca348e741b90a72e57b4a0659aac3d4

Author:    Chris Johns <chrisj at rtems.org>
Date:      Mon Feb 16 11:25:22 2015 +1100

Update the Windows header to direct.h for _mkdir per the MSDN.

---

 tester/covoar/ReportsBase.cc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tester/covoar/ReportsBase.cc b/tester/covoar/ReportsBase.cc
index b9dcc51..b61fc76 100644
--- a/tester/covoar/ReportsBase.cc
+++ b/tester/covoar/ReportsBase.cc
@@ -15,7 +15,7 @@
 #include "ReportsHtml.h"
 
 #if WIN32
-#include <io.h>
+#include <direct.h>
 #endif
 
 namespace Coverage {




More information about the vc mailing list