From a747e47cb00e8be912b8d4c3e98905bd89ed0a26 Mon Sep 17 00:00:00 2001 From: Brad King Date: Fri, 8 Nov 2002 18:05:06 -0500 Subject: [PATCH] ERR: Added missing include. --- Source/cmSystemTools.cxx | 1 + 1 file changed, 1 insertion(+) diff --git a/Source/cmSystemTools.cxx b/Source/cmSystemTools.cxx index bec0575bd..18a6211ae 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 +# include # define HAVE_GETTIMEOFDAY #endif