From 86df5dbefec807234e9a458da00acbbd2e0e6649 Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Thu, 1 Nov 2012 15:11:25 +0100 Subject: Move unistd.h include to fastd.h --- src/random.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/random.c') 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 #include -#include void fastd_random_bytes(fastd_context *ctx, void *buffer, size_t len, bool secure) { -- cgit v1.2.3