diff options
Diffstat (limited to 'src/random.c')
-rw-r--r-- | src/random.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/random.c b/src/random.c index f3f0dd5..f859d07 100644 --- a/src/random.c +++ b/src/random.c @@ -28,7 +28,6 @@ #include <fcntl.h> #include <sys/stat.h> -#include <unistd.h> void fastd_random_bytes(fastd_context *ctx, void *buffer, size_t len, bool secure) { |