summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/lib/crt0.h
diff options
context:
space:
mode:
Diffstat (limited to 'winsup/cygwin/lib/crt0.h')
-rw-r--r--winsup/cygwin/lib/crt0.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/winsup/cygwin/lib/crt0.h b/winsup/cygwin/lib/crt0.h
index 7bd240622..461ea9b2e 100644
--- a/winsup/cygwin/lib/crt0.h
+++ b/winsup/cygwin/lib/crt0.h
@@ -1,6 +1,6 @@
/* crt0.h: header file for crt0.
- Copyright 2000, 2001 Red Hat, Inc.
+ Copyright 2000, 2001, 2008 Red Hat, Inc.
This file is part of Cygwin.
@@ -12,6 +12,7 @@ details. */
extern "C" {
#endif
+#include <windows.h>
struct per_process;
typedef int (*MainFunc) (int argc, char *argv[], char **env);
int __stdcall _cygwin_crt0_common (MainFunc, struct per_process *);