From 4f6f292328534e7e2ae58103671d70d67262e0d0 Mon Sep 17 00:00:00 2001 From: law Date: Tue, 9 Feb 2016 19:16:30 +0000 Subject: [PATCH] 2015-04-25 Daniel Starke PR target/65867 * ssp.c: Added wincrypt.h include for Windows targets. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@233253 138bc75d-0d04-0410-961f-82ee72b054a4 --- libssp/ChangeLog | 5 +++++ libssp/ssp.c | 1 + 2 files changed, 6 insertions(+) diff --git a/libssp/ChangeLog b/libssp/ChangeLog index 47e7339dc935..036257f1b069 100644 --- a/libssp/ChangeLog +++ b/libssp/ChangeLog @@ -1,3 +1,8 @@ +2015-04-25 Daniel Starke + + PR target/65867 + * ssp.c: Added wincrypt.h include for Windows targets. + 2015-05-13 Michael Haubenwallner * Makefile.in: Regenerated with automake-1.11.6. diff --git a/libssp/ssp.c b/libssp/ssp.c index 38e3ec83f6b5..69805bcfc03c 100644 --- a/libssp/ssp.c +++ b/libssp/ssp.c @@ -56,6 +56,7 @@ see the files COPYING3 and COPYING.RUNTIME respectively. If not, see to the console using "CONOUT$" */ #if defined (_WIN32) && !defined (__CYGWIN__) #include +#include # define _PATH_TTY "CONOUT$" #else # define _PATH_TTY "/dev/tty" -- 2.47.3