]> sourceware.org Git - newlib-cygwin.git/commitdiff
* cygcheck.cc: Reorder includes to avoid compiler error.
authorChristopher Faylor <me@cgf.cx>
Tue, 17 Sep 2002 17:13:21 +0000 (17:13 +0000)
committerChristopher Faylor <me@cgf.cx>
Tue, 17 Sep 2002 17:13:21 +0000 (17:13 +0000)
winsup/utils/ChangeLog
winsup/utils/cygcheck.cc

index 3fbc612f5fd036393312ac203146cdf64679d9df..8102f68210d393c371b55b5137eb750e16c859c4 100644 (file)
@@ -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.
index 8b92bcac35d8067485172a99596f5c44004d6094..32a3b4b8440fd3d38c6d95cf534ef24994d0c746 100644 (file)
 #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;
This page took 0.092122 seconds and 5 git commands to generate.