* cygcheck.cc: Reorder includes to avoid compiler error.
This commit is contained in:
		| @@ -1,3 +1,7 @@ | ||||
| 2002-09-17  Christopher Faylor  <cgf@redhat.com> | ||||
|  | ||||
| 	* cygcheck.cc: Reorder includes to avoid compiler error. | ||||
|  | ||||
| 2002-09-15  Joshua Daniel Franklin <joshuadfranklin@yahoo.com> | ||||
| 	* cygcheck.cc (print_version) Add final newline. | ||||
| 	* getfacl.c (print_version) Add final newline. | ||||
|   | ||||
| @@ -11,12 +11,12 @@ | ||||
| #include <stdio.h> | ||||
| #include <stdlib.h> | ||||
| #include <string.h> | ||||
| #include <time.h> | ||||
| #include <ctype.h> | ||||
| #include <windows.h> | ||||
| #include "cygwin/include/sys/cygwin.h" | ||||
| #include "cygwin/include/mntent.h" | ||||
| #include "cygwin/include/getopt.h" | ||||
| #include "time.h" | ||||
| #include "ctype.h" | ||||
|  | ||||
| int verbose = 0; | ||||
| int registry = 0; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user