diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2024-06-30 15:25:45 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2024-06-30 15:25:45 +0200 |
commit | dcf1541c4bf2732f0e31c24c4b368da930f6eac2 (patch) | |
tree | 8548c73cc376d31e5d89df9b4121638204c8868b /src/rand.c | |
parent | 2543e1e9838e03adb7f4a811815d34ccf65a3026 (diff) | |
parent | 5c5ce3e94f43e46a1e0420f1356abca7d3672c34 (diff) |
Merge branch 'release/debian/4.23-1'debian/4.23-1
Diffstat (limited to 'src/rand.c')
-rw-r--r-- | src/rand.c | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -18,6 +18,10 @@ #ifdef __unix__ # include <unistd.h> #endif +#ifdef __APPLE__ +# include <sys/types.h> +# include <unistd.h> +#endif #ifdef _WIN32 # include <process.h> #endif |