summaryrefslogtreecommitdiffstats
path: root/Source/cmSystemTools.cxx
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2004-01-26 20:03:09 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2004-01-26 20:03:09 (GMT)
commit900ad59867f7949b1b3a46ed53adc2d0197b8bb7 (patch)
tree8e1be8e83ecbf0a59a2278fc69ad2e22bce14127 /Source/cmSystemTools.cxx
parent7527fbccc28a051142a53dd21ca7fe8e7fae2613 (diff)
downloadCMake-900ad59867f7949b1b3a46ed53adc2d0197b8bb7.zip
CMake-900ad59867f7949b1b3a46ed53adc2d0197b8bb7.tar.gz
CMake-900ad59867f7949b1b3a46ed53adc2d0197b8bb7.tar.bz2
ERR: Fix build problems on Visual Studio 6
Diffstat (limited to 'Source/cmSystemTools.cxx')
-rw-r--r--Source/cmSystemTools.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmSystemTools.cxx b/Source/cmSystemTools.cxx
index 7478d71..dae4124 100644
--- a/Source/cmSystemTools.cxx
+++ b/Source/cmSystemTools.cxx
@@ -35,6 +35,7 @@
#include <string.h>
#include <windows.h>
#include <direct.h>
+#include <io.h>
#define _unlink unlink
#else
#include <sys/types.h>