Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'winsup/cygwin/lib/cygwin_attach_dll.c')
-rw-r--r--winsup/cygwin/lib/cygwin_attach_dll.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/winsup/cygwin/lib/cygwin_attach_dll.c b/winsup/cygwin/lib/cygwin_attach_dll.c
index 3788bdf9c..49bb9256d 100644
--- a/winsup/cygwin/lib/cygwin_attach_dll.c
+++ b/winsup/cygwin/lib/cygwin_attach_dll.c
@@ -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"