diff options
author | Brad King <brad.king@kitware.com> | 2002-11-08 23:05:06 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2002-11-08 23:05:06 (GMT) |
commit | a747e47cb00e8be912b8d4c3e98905bd89ed0a26 (patch) | |
tree | a5161e5f4ce84524e2229ae0659d2308eaa0fcaf | |
parent | f54bfe467c8988c7281a493a39b609e719c20c81 (diff) | |
download | CMake-a747e47cb00e8be912b8d4c3e98905bd89ed0a26.zip CMake-a747e47cb00e8be912b8d4c3e98905bd89ed0a26.tar.gz CMake-a747e47cb00e8be912b8d4c3e98905bd89ed0a26.tar.bz2 |
ERR: Added missing include.
-rw-r--r-- | Source/cmSystemTools.cxx | 1 |
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 |