summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/dtable.cc
diff options
context:
space:
mode:
Diffstat (limited to 'winsup/cygwin/dtable.cc')
-rw-r--r--winsup/cygwin/dtable.cc4
1 files changed, 3 insertions, 1 deletions
diff --git a/winsup/cygwin/dtable.cc b/winsup/cygwin/dtable.cc
index 45c06804d..716770ae8 100644
--- a/winsup/cygwin/dtable.cc
+++ b/winsup/cygwin/dtable.cc
@@ -20,12 +20,14 @@ details. */
#include <fcntl.h>
#include <winsock.h>
+#include "dtable.h"
+#include "pinfo.h"
dtable fdtab;
/* Set aside space for the table of fds */
void
-fdtab_init (void)
+dtable_init (void)
{
if (!fdtab.size)
fdtab.extend(NOFILE_INCR);