Fixes so it will compile again under Win32.
[openssl.git] / crypto / rand / md_rand.c
index f476e1ed5da1f193089d58cff7af9baae965de59..ab7e41c8ec37ef285c4bbf122415e8fe8958ecc7 100644 (file)
@@ -330,7 +330,7 @@ static void ssleay_rand_bytes(unsigned char *buf, int num)
 
 #ifdef WINDOWS
 #include <windows.h>
-#include <rand.h>
+#include <openssl/rand.h>
 
 /*****************************************************************************
  * Initialisation function for the SSL random generator.  Takes the contents