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
+2015-04-25 Daniel Starke <daniel.f.starke@freenet.de>
+
+ PR target/65867
+ * ssp.c: Added wincrypt.h include for Windows targets.
+
2015-05-13 Michael Haubenwallner <michael.haubenwallner@ssi-schaefer.com>
* Makefile.in: Regenerated with automake-1.11.6.
to the console using "CONOUT$" */
#if defined (_WIN32) && !defined (__CYGWIN__)
#include <windows.h>
+#include <wincrypt.h>
# define _PATH_TTY "CONOUT$"
#else
# define _PATH_TTY "/dev/tty"