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 53b5a46..ed812ba 100644 --- a/crypto/compat/arc4random.h +++ b/crypto/compat/arc4random.h | |||
@@ -6,6 +6,9 @@ | |||
6 | #if defined(__FreeBSD__) | 6 | #if defined(__FreeBSD__) |
7 | #include "arc4random_freebsd.h" | 7 | #include "arc4random_freebsd.h" |
8 | 8 | ||
9 | #elif defined(__hpux) | ||
10 | #include "arc4random_hpux.h" | ||
11 | |||
9 | #elif defined(__linux__) | 12 | #elif defined(__linux__) |
10 | #include "arc4random_linux.h" | 13 | #include "arc4random_linux.h" |
11 | 14 | ||