X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mono%2Fmetadata%2Frand.h;h=15af782fdc65b1b86409c61c56a9c401cc47126b;hb=9a6211315c7540e2a5311556cc2a500cfa9f5f4a;hp=a0b25e5cd4be6c64792ed947f5489d559ef58bc6;hpb=9d61782c6e2392d7ceec2006b35be582598a70ae;p=mono.git diff --git a/mono/metadata/rand.h b/mono/metadata/rand.h index a0b25e5cd4b..15af782fdc6 100644 --- a/mono/metadata/rand.h +++ b/mono/metadata/rand.h @@ -12,7 +12,9 @@ #ifndef _MONO_METADATA_RAND_H_ #define _MONO_METADATA_RAND_H_ +#include #include +#include "mono/utils/mono-compiler.h" MonoBoolean ves_icall_System_Security_Cryptography_RNGCryptoServiceProvider_RngOpen (void); gpointer ves_icall_System_Security_Cryptography_RNGCryptoServiceProvider_RngInitialize (MonoArray *seed);