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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/lib/crt0.h b/winsup/cygwin/lib/crt0.h
index 461ea9b2e..878db05ed 100644
--- a/winsup/cygwin/lib/crt0.h
+++ b/winsup/cygwin/lib/crt0.h
@@ -12,7 +12,7 @@ details. */
extern "C" {
#endif
-#include <windows.h>
+#include "winlean.h"
struct per_process;
typedef int (*MainFunc) (int argc, char *argv[], char **env);
int __stdcall _cygwin_crt0_common (MainFunc, struct per_process *);