* lib/_cygwin_crt0_common.cc: Add missing header files.

This commit is contained in:
Christopher Faylor
2000-09-08 15:54:36 +00:00
parent 3b0d65eab9
commit 2137295d10
2 changed files with 6 additions and 0 deletions

View File

@ -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>