* cygcheck.cc: Include sys/time.h rather than time.h to avoid a compiler error.
This commit is contained in:
		| @@ -1,3 +1,8 @@ | ||||
| 2002-09-18  Christopher Faylor  <cgf@redhat.com> | ||||
|  | ||||
| 	* cygcheck.cc: Include sys/time.h rather than time.h to avoid a | ||||
| 	compiler error. | ||||
|  | ||||
| 2002-09-17  Christopher Faylor  <cgf@redhat.com> | ||||
|  | ||||
| 	* cygcheck.cc: Reorder includes to avoid compiler error. | ||||
|   | ||||
| @@ -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" | ||||
|   | ||||
		Reference in New Issue
	
	Block a user