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:
authorChristopher Faylor <me@cgf.cx>2000-09-08 19:54:36 +0400
committerChristopher Faylor <me@cgf.cx>2000-09-08 19:54:36 +0400
commit2137295d10c93590ae18a9b78230488cd6378c68 (patch)
tree990f9fd3bf7c847900a11d6474b223edeac6323e /winsup/cygwin/lib
parent3b0d65eab953cb982db4015125d45e6b2ae32857 (diff)
* lib/_cygwin_crt0_common.cc: Add missing header files.
Diffstat (limited to 'winsup/cygwin/lib')
-rw-r--r--winsup/cygwin/lib/_cygwin_crt0_common.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/winsup/cygwin/lib/_cygwin_crt0_common.cc b/winsup/cygwin/lib/_cygwin_crt0_common.cc
index 9c74e623f..0e2d94df6 100644
--- a/winsup/cygwin/lib/_cygwin_crt0_common.cc
+++ b/winsup/cygwin/lib/_cygwin_crt0_common.cc
@@ -9,6 +9,8 @@ Cygwin license. Please consult the file "CYGWIN_LICENSE" for
details. */
#include "winsup.h"
+#include "perprocess.h"
+#include "cygwin/version.h"
#include "crt0.h"
#include <reent.h>
#include <stdlib.h>