Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2002-09-17 21:13:21 +0400
committerChristopher Faylor <me@cgf.cx>2002-09-17 21:13:21 +0400
commit4ddb62e794d16d519a604d96a50bb2525a9940b6 (patch)
tree226875d883b26b4ea04acf138a62842e32bcdc6e
parent9f06b64aa97983deb44f4901e74b8974703ec6c6 (diff)
* cygcheck.cc: Reorder includes to avoid compiler error.
-rw-r--r--winsup/utils/ChangeLog4
-rw-r--r--winsup/utils/cygcheck.cc4
2 files changed, 6 insertions, 2 deletions
diff --git a/winsup/utils/ChangeLog b/winsup/utils/ChangeLog
index 3fbc612f5..8102f6821 100644
--- a/winsup/utils/ChangeLog
+++ b/winsup/utils/ChangeLog
@@ -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.
diff --git a/winsup/utils/cygcheck.cc b/winsup/utils/cygcheck.cc
index 8b92bcac3..32a3b4b84 100644
--- a/winsup/utils/cygcheck.cc
+++ b/winsup/utils/cygcheck.cc
@@ -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;