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:
Diffstat (limited to 'winsup/cygwin/dcrt0.cc')
-rw-r--r--winsup/cygwin/dcrt0.cc4
1 files changed, 3 insertions, 1 deletions
diff --git a/winsup/cygwin/dcrt0.cc b/winsup/cygwin/dcrt0.cc
index aa00a3ace..e14447ab5 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 ();