From df294e94baee02ca2247b35ce32fb6b0ba26522c Mon Sep 17 00:00:00 2001 From: nobu Date: Tue, 1 Dec 2015 03:52:20 +0000 Subject: explicit_bzero.c: needs windows.h * missing/explicit_bzero.c, random.c (explicit_bzero): SecureZeroMemory() needs windows.h. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@52827 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- random.c | 1 + 1 file changed, 1 insertion(+) (limited to 'random.c') diff --git a/random.c b/random.c index 3fde5c3495..0ce2aef284 100644 --- a/random.c +++ b/random.c @@ -89,6 +89,7 @@ The original copyright notice follows. # define _WIN32_WINNT 0x400 # undef __WINCRYPT_H__ # endif +#include #include #endif #include "ruby_atomic.h" -- cgit v1.2.3