OSDN Git Service

* lib/cygwin_attach_dll.c: Fix compiler warning.
authorcgf <cgf>
Thu, 2 Aug 2007 14:30:16 +0000 (14:30 +0000)
committercgf <cgf>
Thu, 2 Aug 2007 14:30:16 +0000 (14:30 +0000)
* lib/cygwin_crt0.c: Ditto.

winsup/cygwin/ChangeLog
winsup/cygwin/lib/cygwin_attach_dll.c
winsup/cygwin/lib/cygwin_crt0.c

index 9a7c639..8359500 100644 (file)
@@ -1,5 +1,10 @@
 2007-08-02  Christopher Faylor  <me+cygwin@cgf.cx>
 
+       * lib/cygwin_attach_dll.c: Fix compiler warning.
+       * lib/cygwin_crt0.c: Ditto.
+
+2007-08-02  Christopher Faylor  <me+cygwin@cgf.cx>
+
        * dcrt0.cc (codepage_type): Remove definition.
        * strfuncs.cc: Move it here.  New file with bits of miscfuncs.cc.
        * miscfuncs.cc: Remove wide character stuff.
index 3788bdf..49bb925 100644 (file)
@@ -10,6 +10,8 @@ details. */
 
 #undef __INSIDE_CYGWIN__
 #include <windows.h>
+#include <time.h>      /* Needed since call to sys/time.h via sys/cygwin.h
+                          complains otherwise */
 #include <sys/cygwin.h>
 #include "crt0.h"
 
index fb2a84b..8dce9f4 100644 (file)
@@ -10,6 +10,8 @@ details. */
 
 #undef __INSIDE_CYGWIN__
 #include <windows.h>
+#include <time.h>      /* Needed since call to sys/time.h via sys/cygwin.h
+                          complains otherwise */
 #include <sys/cygwin.h>
 #include <stdlib.h>
 #include "crt0.h"