]> sourceware.org Git - newlib-cygwin.git/commitdiff
* cygcheck.cc: Include sys/time.h rather than time.h to avoid a compiler error.
authorChristopher Faylor <me@cgf.cx>
Thu, 19 Sep 2002 03:48:19 +0000 (03:48 +0000)
committerChristopher Faylor <me@cgf.cx>
Thu, 19 Sep 2002 03:48:19 +0000 (03:48 +0000)
winsup/utils/ChangeLog
winsup/utils/cygcheck.cc

index 8102f68210d393c371b55b5137eb750e16c859c4..01bdd561cb805f57c8786b8735ccd33f5432b34b 100644 (file)
@@ -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.
index 32a3b4b8440fd3d38c6d95cf534ef24994d0c746..9799810cf06064989d7648db1475d371231573cc 100644 (file)
@@ -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"
This page took 0.044849 seconds and 5 git commands to generate.