aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--crypto/compat/arc4random.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/crypto/compat/arc4random.h b/crypto/compat/arc4random.h
index 8b88e86..9dae794 100644
--- a/crypto/compat/arc4random.h
+++ b/crypto/compat/arc4random.h
@@ -1,3 +1,6 @@
1#ifndef LIBCRYPTOCOMPAT_ARC4RANDOM_H
2#define LIBCRYPTOCOMPAT_ARC4RANDOM_H
3
1#if defined(__linux__) 4#if defined(__linux__)
2#include "arc4random_linux.h" 5#include "arc4random_linux.h"
3 6
@@ -15,3 +18,4 @@
15 18
16#endif 19#endif
17 20
21#endif