ERR: Added missing include.

This commit is contained in:
Brad King 2002-11-08 18:05:06 -05:00
parent f54bfe467c
commit a747e47cb0
1 changed files with 1 additions and 0 deletions

View File

@ -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