aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--crypto/compat/arc4random.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/crypto/compat/arc4random.h b/crypto/compat/arc4random.h
index ffa3239..fbf2dce 100644
--- a/crypto/compat/arc4random.h
+++ b/crypto/compat/arc4random.h
@@ -30,6 +30,9 @@
30#elif defined(_WIN32) 30#elif defined(_WIN32)
31#include "arc4random_win.h" 31#include "arc4random_win.h"
32 32
33#elif defined(__EMSCRIPTEN__)
34#include "arc4random_linux.h"
35
33#else 36#else
34#error "No arc4random hooks defined for this platform." 37#error "No arc4random hooks defined for this platform."
35 38