diff options
author | Christopher Faylor <me@cgf.cx> | 2000-09-08 15:54:36 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2000-09-08 15:54:36 +0000 |
commit | 2137295d10c93590ae18a9b78230488cd6378c68 (patch) | |
tree | 990f9fd3bf7c847900a11d6474b223edeac6323e /winsup/cygwin/lib | |
parent | 3b0d65eab953cb982db4015125d45e6b2ae32857 (diff) | |
download | newlib-2137295d10c93590ae18a9b78230488cd6378c68.zip newlib-2137295d10c93590ae18a9b78230488cd6378c68.tar.gz newlib-2137295d10c93590ae18a9b78230488cd6378c68.tar.bz2 |
* lib/_cygwin_crt0_common.cc: Add missing header files.
Diffstat (limited to 'winsup/cygwin/lib')
-rw-r--r-- | winsup/cygwin/lib/_cygwin_crt0_common.cc | 2 |
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 9c74e62..0e2d94d 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> |