diff options
Diffstat (limited to 'winsup/cygwin/dcrt0.cc')
-rw-r--r-- | winsup/cygwin/dcrt0.cc | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/winsup/cygwin/dcrt0.cc b/winsup/cygwin/dcrt0.cc index aa00a3a..e14447a 100644 --- a/winsup/cygwin/dcrt0.cc +++ b/winsup/cygwin/dcrt0.cc @@ -16,6 +16,8 @@ details. */ #include "dll_init.h" #include "autoload.h" #include <ctype.h> +#include "dtable.h" +#include "pinfo.h" #define MAX_AT_FILE_LEVEL 10 @@ -730,7 +732,7 @@ dll_crt0_1 () } /* Allocate fdtab */ - fdtab_init (); + dtable_init (); /* Initialize uid, gid. */ uinfo_init (); |