diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/openssl.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/openssl.c b/src/openssl.c index 967665f..4a21c69 100644 --- a/src/openssl.c +++ b/src/openssl.c @@ -35,7 +35,9 @@ #include <errno.h> /* errno */ #include <sys/types.h> /* ssize_t pid_t */ +#if !defined __sun #include <sys/sysctl.h> /* CTL_KERN KERN_RANDOM RANDOM_UUID KERN_URND KERN_ARND sysctl(2) */ +#endif #include <sys/time.h> /* struct timeval gettimeofday(2) */ #include <sys/stat.h> /* struct stat stat(2) */ #include <sys/socket.h> /* AF_INET AF_INET6 */ |