diff options
Diffstat (limited to 'crypto/compat/arc4random.h')
-rw-r--r-- | crypto/compat/arc4random.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/crypto/compat/arc4random.h b/crypto/compat/arc4random.h index ed812ba..ce1bbea 100644 --- a/crypto/compat/arc4random.h +++ b/crypto/compat/arc4random.h | |||
@@ -12,6 +12,9 @@ | |||
12 | #elif defined(__linux__) | 12 | #elif defined(__linux__) |
13 | #include "arc4random_linux.h" | 13 | #include "arc4random_linux.h" |
14 | 14 | ||
15 | #elif defined(__NetBSD__) | ||
16 | #include "arc4random_netbsd.h" | ||
17 | |||
15 | #elif defined(__APPLE__) | 18 | #elif defined(__APPLE__) |
16 | #include "arc4random_osx.h" | 19 | #include "arc4random_osx.h" |
17 | 20 | ||