OSDN Git Service

* cygcheck.cc: Include sys/time.h rather than time.h to avoid a compiler error.
authorcgf <cgf>
Thu, 19 Sep 2002 03:48:19 +0000 (03:48 +0000)
committercgf <cgf>
Thu, 19 Sep 2002 03:48:19 +0000 (03:48 +0000)
winsup/utils/ChangeLog
winsup/utils/cygcheck.cc

index 8102f68..01bdd56 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 32a3b4b..9799810 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"