* lib/cygwin_attach_dll.c: Fix compiler warning.

* lib/cygwin_crt0.c: Ditto.
This commit is contained in:
Christopher Faylor
2007-08-02 14:30:17 +00:00
parent de16566998
commit ba5f4d5087
3 changed files with 9 additions and 0 deletions

View 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"