]> sourceware.org Git - newlib-cygwin.git/commitdiff
* lib/cygwin_attach_dll.c: Fix compiler warning.
authorChristopher Faylor <me@cgf.cx>
Thu, 2 Aug 2007 14:30:17 +0000 (14:30 +0000)
committerChristopher Faylor <me@cgf.cx>
Thu, 2 Aug 2007 14:30:17 +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 9a7c639f5989534006345b973b7358caeed7b598..8359500b7ca58698b99c96d8ed2bbd6090202b19 100644 (file)
@@ -1,3 +1,8 @@
+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.
index 3788bdf9c44a0777c94d5e18eaf4d80124528a0a..49bb9256df18e7f3526b22cd511529f3e1f21eba 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 fb2a84b18b59d648fef0b986181945abe8e595d3..8dce9f489a6ec14b7c9ad3ba9961e619a1f09e14 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"
This page took 0.033603 seconds and 5 git commands to generate.