diff options
author | Christopher Faylor <me@cgf.cx> | 2002-09-19 03:48:19 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2002-09-19 03:48:19 +0000 |
commit | 468b26c59151e973baf04ad24a4af83c20a34ae6 (patch) | |
tree | 65a6521c53d21aa61affc2d412ac4445dfe02565 /winsup/utils/cygcheck.cc | |
parent | 5bf785a017482da9b87a141e91f91a07a4d433d0 (diff) | |
download | cygnal-468b26c59151e973baf04ad24a4af83c20a34ae6.tar.gz cygnal-468b26c59151e973baf04ad24a4af83c20a34ae6.tar.bz2 cygnal-468b26c59151e973baf04ad24a4af83c20a34ae6.zip |
* cygcheck.cc: Include sys/time.h rather than time.h to avoid a compiler error.
Diffstat (limited to 'winsup/utils/cygcheck.cc')
-rw-r--r-- | winsup/utils/cygcheck.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/utils/cygcheck.cc b/winsup/utils/cygcheck.cc index 32a3b4b84..9799810cf 100644 --- a/winsup/utils/cygcheck.cc +++ b/winsup/utils/cygcheck.cc @@ -11,7 +11,7 @@ #include <stdio.h> #include <stdlib.h> #include <string.h> -#include <time.h> +#include <sys/time.h> #include <ctype.h> #include <windows.h> #include "cygwin/include/sys/cygwin.h" |