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/exceptions.cc')
-rw-r--r--winsup/cygwin/exceptions.cc7
1 files changed, 5 insertions, 2 deletions
diff --git a/winsup/cygwin/exceptions.cc b/winsup/cygwin/exceptions.cc
index 39ae079bc..18af64d67 100644
--- a/winsup/cygwin/exceptions.cc
+++ b/winsup/cygwin/exceptions.cc
@@ -10,13 +10,16 @@ details. */
#define Win32_Winsock
#include "winsup.h"
-#include <stdio.h>
+#include <imagehlp.h>
#include <errno.h>
#include "exceptions.h"
-#include <imagehlp.h>
+#include "sync.h"
+#include "sigproc.h"
#include "pinfo.h"
#include "cygerrno.h"
+#include "thread.h"
+#include "perthread.h"
char debugger_command[2 * MAX_PATH + 20];