diff options
author | Matthias Schiffer <mschiffer@universe-factory.net> | 2012-11-01 15:11:25 +0100 |
---|---|---|
committer | Matthias Schiffer <mschiffer@universe-factory.net> | 2012-11-01 15:11:25 +0100 |
commit | 86df5dbefec807234e9a458da00acbbd2e0e6649 (patch) | |
tree | 361b618a4f387b798a63193ecf1c86755ff901c6 /src/random.c | |
parent | 42e44a0b5c85b890810e398f86b7ec3a06a02d12 (diff) | |
download | fastd-86df5dbefec807234e9a458da00acbbd2e0e6649.tar fastd-86df5dbefec807234e9a458da00acbbd2e0e6649.zip |
Move unistd.h include to fastd.h
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) { |