From 468b26c59151e973baf04ad24a4af83c20a34ae6 Mon Sep 17 00:00:00 2001 From: Christopher Faylor Date: Thu, 19 Sep 2002 03:48:19 +0000 Subject: * cygcheck.cc: Include sys/time.h rather than time.h to avoid a compiler error. --- winsup/utils/cygcheck.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'winsup/utils/cygcheck.cc') 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 #include #include -#include +#include #include #include #include "cygwin/include/sys/cygwin.h" -- cgit v1.2.3