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:
authorCorinna Vinschen <corinna@vinschen.de>2017-01-19 23:51:38 +0300
committerCorinna Vinschen <corinna@vinschen.de>2017-01-19 23:51:38 +0300
commitdd7c87ae875f6c9b3f4b7a900e2543199ff22b5d (patch)
tree7d973694ed814f274b7710e886163c56896eced5
parent3b7b65b2f8a809af30eb1eff6f26df5907e6f0ba (diff)
miscfuncs.cc: Revert exclusion of inclusion of exception.h
x86 still needs it. Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
-rw-r--r--winsup/cygwin/miscfuncs.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/winsup/cygwin/miscfuncs.cc b/winsup/cygwin/miscfuncs.cc
index 00ae30d58..6dbe462b2 100644
--- a/winsup/cygwin/miscfuncs.cc
+++ b/winsup/cygwin/miscfuncs.cc
@@ -14,6 +14,7 @@ details. */
#include "ntdll.h"
#include "path.h"
#include "fhandler.h"
+#include "exception.h"
int __reg2
check_invalid_virtual_addr (const void *s, unsigned sz)