Commit 061ee396 by Tamar Christina Committed by Tamar Christina

Fix native windows build by adding signal.h back into the include list.

  * gcc/ada/adaint.c: Added signal.h for Windows.

From-SVN: r241907
parent dca16798
2016-11-07 Tamar Christina <tamar.christina@arm.com>
* adaint.c: Added signal.h for Windows.
2016-10-31 Jakub Jelinek <jakub@redhat.com> 2016-10-31 Jakub Jelinek <jakub@redhat.com>
* gcc-interface/misc.c (gnat_get_array_descr_info): Clear rank field. * gcc-interface/misc.c (gnat_get_array_descr_info): Clear rank field.
......
...@@ -190,6 +190,7 @@ UINT CurrentCCSEncoding; ...@@ -190,6 +190,7 @@ UINT CurrentCCSEncoding;
#include <accctrl.h> #include <accctrl.h>
#include <aclapi.h> #include <aclapi.h>
#include <tlhelp32.h> #include <tlhelp32.h>
#include <signal.h>
#undef DIR_SEPARATOR #undef DIR_SEPARATOR
#define DIR_SEPARATOR '\\' #define DIR_SEPARATOR '\\'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment