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/fhandler.cc')
-rw-r--r--winsup/cygwin/fhandler.cc6
1 files changed, 5 insertions, 1 deletions
diff --git a/winsup/cygwin/fhandler.cc b/winsup/cygwin/fhandler.cc
index e5a903c37..7307e882c 100644
--- a/winsup/cygwin/fhandler.cc
+++ b/winsup/cygwin/fhandler.cc
@@ -15,11 +15,15 @@ details. */
#include <stdlib.h>
#include "cygheap.h"
#include <string.h>
+#include <sys/cygwin.h>
+#include <signal.h>
#include "cygerrno.h"
#include "fhandler.h"
#include "path.h"
-#include "tty.h"
#include "shared_info.h"
+#include "host_dependent.h"
+#include "perprocess.h"
+#include "security.h"
static NO_COPY const int CHUNK_SIZE = 1024; /* Used for crlf conversions */