summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2002-11-08 23:05:06 (GMT)
committerBrad King <brad.king@kitware.com>2002-11-08 23:05:06 (GMT)
commita747e47cb00e8be912b8d4c3e98905bd89ed0a26 (patch)
treea5161e5f4ce84524e2229ae0659d2308eaa0fcaf /Source
parentf54bfe467c8988c7281a493a39b609e719c20c81 (diff)
downloadCMake-a747e47cb00e8be912b8d4c3e98905bd89ed0a26.zip
CMake-a747e47cb00e8be912b8d4c3e98905bd89ed0a26.tar.gz
CMake-a747e47cb00e8be912b8d4c3e98905bd89ed0a26.tar.bz2
ERR: Added missing include.
Diffstat (limited to 'Source')
-rw-r--r--Source/cmSystemTools.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmSystemTools.cxx b/Source/cmSystemTools.cxx
index bec0575..18a6211 100644
--- a/Source/cmSystemTools.cxx
+++ b/Source/cmSystemTools.cxx
@@ -86,6 +86,7 @@ inline int Chdir(const char* dir)
# endif
#elif defined( __CYGWIN__ ) || defined( __linux__ )
# include <sys/time.h>
+# include <time.h>
# define HAVE_GETTIMEOFDAY
#endif